Skip to content

Commit

Permalink
Fixed another bug...
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonsnake committed Jan 11, 2012
1 parent 2d21d4a commit 4de6708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def __call__(self, channels):
self.connect()
self.join(channels)
while 1:
li = datatypes.Line(self.receive())
li = datatypes.Line(self.pull())
print li
h = handlers.IrcHandler(self, li)
h()
Expand Down

0 comments on commit 4de6708

Please sign in to comment.