Update __init__.py
This commit is contained in:
parent
101c24f59b
commit
c7e9cac847
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ class IRCSession: # Actual IRC session
|
|||
else:
|
||||
self.socket.send(bytes(content,"UTF-8"))
|
||||
def quit(self, message="ScParseIRC v" + __version__):
|
||||
self.send(f"QUIT : {message}\r\n")
|
||||
self.send(f"QUIT :{message}\r\n")
|
||||
self.close()
|
||||
def close(self):
|
||||
if self.ssl:
|
||||
|
|
Loading…
Add table
Reference in a new issue