Skip to content
Snippets Groups Projects
Commit 8455952e authored by FurryHead's avatar FurryHead
Browse files

Added doKick and kick event; BlockBot plugin thanks to aj00200; Now using...

Added doKick and kick event; BlockBot plugin thanks to aj00200; Now using class User(str); Misc plugin fixes
parent 853210fb
No related branches found
No related tags found
No related merge requests found
......@@ -5,9 +5,7 @@ import time
class Blockbot(object):
def __init__(self, server):
self.server = server
self.prnt = server.prnt
self.server.handle("message", self.handle_message)
server.handle("message", self.handle_message)
findlist = [
'you will be unable to connect to freenode unless you are using sasl'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment