Remove legacy msg.nick
This commit is contained in:
parent
55bb6a090c
commit
0cf1d37250
17 changed files with 50 additions and 56 deletions
|
|
@ -80,7 +80,7 @@ def cmd_flight(msg):
|
|||
if not len(msg.args):
|
||||
raise IMException("please indicate a flight")
|
||||
|
||||
res = Response(channel=msg.channel, nick=msg.nick,
|
||||
res = Response(channel=msg.channel, nick=msg.frm,
|
||||
nomore="No more flights", count=" (%s more flights)")
|
||||
|
||||
for param in msg.args:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue