Add a method to change a channel topic
This commit is contained in:
parent
e9ae971621
commit
8230ed39e9
4 changed files with 22 additions and 7 deletions
2
DCC.py
2
DCC.py
|
|
@ -188,7 +188,7 @@ class DCC(threading.Thread):
|
|||
else:
|
||||
self.send_dcc("The name you entered contain invalid char.")
|
||||
else:
|
||||
self.srv.treat_msg((":%s PRIVMSG %s :" % (self.sender, self.srv.nick)).encode() + line, self.srv, True)
|
||||
self.srv.treat_msg((":%s PRIVMSG %s :" % (self.sender, self.srv.nick)).encode() + line, True)
|
||||
|
||||
if self.connected:
|
||||
self.conn.close()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue