fix new permissions system

This commit is contained in:
Luke Rogers 2013-08-01 21:08:41 +12:00
parent 0bdbade75f
commit 98395457e5

View file

@ -166,7 +166,7 @@ class IRC(object):
else:
prefix, command, params = irc_noprefix_rem(msg).groups()
nick, user, host = irc_netmask_rem(prefix).groups()
mask = user + "@" + host
mask = nick + "!" + user + "@" + host
paramlist = irc_param_ref(params)
lastparam = ""
if paramlist: