Feature #1281
Bot client flag on Quassel protocol
0%
Description
Hi,
I'm the dev of https://github.com/phhusson/QuasselBots/ (bots in C/lua connecting to a quasselcore), and to extend its capabilities (or of similar projects), having a 'bot' flag on connection would be great.
Possible uses I see are:
-for the clients connected counter: the automatic go to away no longer work with a connected bot.
This would enable events on away monitoring the networks away flag.
(Linked to http://bugs.quassel-irc.org/issues/728 )
-Have a /internal command that sends commands to connected bots (with the ability to add a message to a buffer without actually sending it to the IRC server, that would be perfect !)
(Linked to http://bugs.quassel-irc.org/issues/1107 )
But there may be other possible uses
Thanks
History
#1 Updated by phhusson over 10 years ago
Having a way to send a message to a buffer without sending to IRC server would also help http://bugs.quassel-irc.org/issues/1282
#2 Updated by phhusson over 10 years ago
Pull-request 76: https://github.com/quassel/quassel/pull/76