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.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.