This commit is contained in:
parent
2f555b39f3
commit
efe35d5be5
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ class command:
|
|||
args[0] = args[0][1:] if args[0][0] == ":" else args[0]
|
||||
if args[0].lower() == "identify":
|
||||
connection.sendall(Bytes(f":NickServ!Meow@PawServ NOTICE {nick} :Feature not implemented in PawServ plugin yet.", "UTF-8"))
|
||||
elif:
|
||||
else:
|
||||
connection.sendall(bytes(f":NickServ!Meow@PawServ NOTICE {nick} :NickServ Usage:\r\n","UTF-8"))
|
||||
connection.sendall(bytes(f":NickServ!Meow@PawServ NOTICE {nick} :IDENTIFY <nick> pass - Identifies your nickname\r\n","UTF-8"))
|
||||
return True
|
||||
|
|
Loading…
Add table
Reference in a new issue