]> jfr.im git - erebus.git/blobdiff - erebus.py
Putting header on files
[erebus.git] / erebus.py
index 6e1289e12786e7719a36df9500a6d25aba62e14a..2c489f62ce74ee90f312821c2bea6e990aa19679 100644 (file)
--- a/erebus.py
+++ b/erebus.py
@@ -1,5 +1,8 @@
 #!/usr/bin/python
 
+# Erebus IRC bot - Author: John Runyon
+# main startup code
+
 #TODO: tons
 
 import os, sys, select, MySQLdb, MySQLdb.cursors
@@ -109,16 +112,8 @@ class Erebus(object):
                        if bot.conn.state == 0:
                                bot.connect()
 
-       #module functions
-       def modlist(self): pass
-       def hasmod(self, name): pass
-       def loadmod(self, name): pass
-       def unloadmod(self, name): pass
-       def reloadmod(self, name): pass
-
        #bind functions
        def hook(self, word, handler):
-               print "hooked %r to %r" % (word, handler)
                self.msghandlers[word] = handler
        def unhook(self, word):
                del self.msghandlers[word]