Menu

#3 Quit server command

open
nobody
None
5
2002-07-29
2002-07-29
No

The current logout definition does not work correctly
with a reason of more than 1 word.

It needs a ':' as a delimiter between the command and
reason.

Code snippet of correction :

def logout(self, reason):
self.servercmd("QUIT :%s" % (reason))

Discussion


Log in to post a comment.