raw
logbot_command_ro...    1 import postgres_interfacing
logbot_command_ro... 2
logbot_command_ro... 3 class bot_help():
logbot_command_ro... 4
logbot_command_ro... 5 def reply(self, target, source, command_arguments):
logbot_command_ro... 6 my_postgres_interfacing = postgres_interfacing.postgres_interfacing()
logbot_command_ro... 7 my_postgres_interfacing.irc_reply(target, source, "Default help. Known commands: help, ping")