From 8455952ecd6fc194e2dd8914927b82f3b4731f8b Mon Sep 17 00:00:00 2001
From: FurryHead <furryhead14@yahoo.com>
Date: Sat, 18 Jun 2011 15:37:28 +0000
Subject: [PATCH] Added doKick and kick event; BlockBot plugin thanks to
 aj00200; Now using class User(str); Misc plugin fixes

---
 plugins/blockbot.py | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/plugins/blockbot.py b/plugins/blockbot.py
index 394c166..e27bdd0 100644
--- a/plugins/blockbot.py
+++ b/plugins/blockbot.py
@@ -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'
-- 
GitLab