Oops, this isn't C#.
This commit is contained in:
parent
8e003281b6
commit
b4397071ed
1 changed files with 1 additions and 1 deletions
2
Utils.py
2
Utils.py
|
@ -53,7 +53,7 @@ def seperate_hostmask(hostmask):
|
|||
if first_delim > -1 and second_delim > first_delim:
|
||||
nickname, username = hostmask.split("!", 1)
|
||||
username, hostname = username.split("@", 1)
|
||||
else if second_delim > -1:
|
||||
elif second_delim > -1:
|
||||
nickname, hostname = hostmask.split("@", 1)
|
||||
return IRCHostmask(nickname, username, hostname, hostmask)
|
||||
|
||||
|
|
Loading…
Reference in a new issue