You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that neo-bot should always reply in the main channel.
Currently, if you /query the bot, you can talk to it in private -- not particularly useful.
However, this prevents users messaging the bot, e.g. /msg neo-bot #1234
This form would allow a dev to prompt the bot without polluting the channel log.
# Weechat alias
/alias add bot /msg neo-bot $*
A bit of experimenting, showed the results of talking to the bot in different ways.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I think that
neo-bot
should always reply in the main channel.Currently, if you
/query
the bot, you can talk to it in private -- not particularly useful.However, this prevents users messaging the bot, e.g.
/msg neo-bot #1234
This form would allow a dev to prompt the bot without polluting the channel log.
A bit of experimenting, showed the results of talking to the bot in different ways.
Beta Was this translation helpful? Give feedback.
All reactions