-
+ F437341526F6E4AF91BC5E137DEC97530D071778C4E682063D0ABCB51881793AAB75B1720B090D00B752F15620E47220952A662E0F10EE67A4054FDE9048FB31
commands/bot_help.py
(0 . 0)(1 . 7)
5 import postgres_interfacing
6
7 class bot_help():
8
9 def reply(self, target, source, command_arguments):
10 my_postgres_interfacing = postgres_interfacing.postgres_interfacing()
11 my_postgres_interfacing.irc_reply(target, source, "Default help. Known commands: help, ping")