mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-07 19:49:23 +01:00
Let's not default to just the network Misc.last was called on. It's kinda
counter-intuitive.
This commit is contained in:
parent
94f80e5773
commit
19b2e37dad
@ -472,7 +472,6 @@ class Misc(callbacks.Privmsg):
|
|||||||
if ircutils.isChannel(msg.args[0]):
|
if ircutils.isChannel(msg.args[0]):
|
||||||
predicates['in'] = lambda m: ircutils.strEqual(m.args[0],
|
predicates['in'] = lambda m: ircutils.strEqual(m.args[0],
|
||||||
msg.args[0])
|
msg.args[0])
|
||||||
predicates['on'] = lambda m: m.receivedOn == msg.receivedOn
|
|
||||||
for (option, arg) in optlist:
|
for (option, arg) in optlist:
|
||||||
if option == '--from':
|
if option == '--from':
|
||||||
def f(m, arg=arg):
|
def f(m, arg=arg):
|
||||||
|
Loading…
Reference in New Issue
Block a user