This commit is contained in:
parent
dd1e2d0577
commit
71c1acca96
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ class IRCatModule:
|
|||
server.ehlo()
|
||||
server.login(self.smtp_username, self.smtp_password)
|
||||
server.sendmail(self.smtp_username, args[2], message)
|
||||
memory[nick] = [token, args[1], args[2]]
|
||||
self.memory[nick] = [token, args[1], args[2]]
|
||||
else:
|
||||
connection.sendall(bytes(f":NickServ!Meow@PawServ NOTICE {nick} :Needs 3 arguments, nickname, password, and email.\r\n", "UTF-8"))
|
||||
if len(args) > 0 and args[0].lower() == "identify":
|
||||
|
|
Loading…
Add table
Reference in a new issue