dustbot/modules
Josh K adcb11debf A bot's say_to message gets passed to message callbacks (and subsequently parsers) now by default and can be disabled by specifying callback=False in the say_to call. Added links module, for relaying channels of the same specified link name. Relays own messages as well as across networks. 2018-12-04 08:25:11 -05:00
..
text Added 'rfk' command (robot finds kitten) to misc. Added 'eval' command to misc (evaluates python code. uses appspot api url request used by sopel). 2018-08-22 14:50:02 -04:00
__init__.py Initial commit. 2018-08-19 05:08:58 -04:00
links.py A bot's say_to message gets passed to message callbacks (and subsequently parsers) now by default and can be disabled by specifying callback=False in the say_to call. Added links module, for relaying channels of the same specified link name. Relays own messages as well as across networks. 2018-12-04 08:25:11 -05:00
misc.py Removed Bot class in favor of a single instance Bot 'module'. Bot imports modules specified in config file. Fixed NICK change parsing. Protocol supports connect and disconnect callbacks. 2018-11-18 09:01:50 -05:00
qdb.py A bot's say_to message gets passed to message callbacks (and subsequently parsers) now by default and can be disabled by specifying callback=False in the say_to call. Added links module, for relaying channels of the same specified link name. Relays own messages as well as across networks. 2018-12-04 08:25:11 -05:00