Fix broken lusers call

master
Sven Slootweg 12 years ago
parent a926710fac
commit b02c5fb6dd

@ -191,7 +191,7 @@ class user:
self.client.send_numeric("451", "%s :You have not completed the challenge PING." % data[0]) self.client.send_numeric("451", "%s :You have not completed the challenge PING." % data[0])
else: else:
if data[0] == "LUSERS": if data[0] == "LUSERS":
send_lusers() self.send_lusers()
else: else:
self.client.send_numeric("421", "%s :Unknown command." % data[0]) self.client.send_numeric("421", "%s :Unknown command." % data[0])

Loading…
Cancel
Save