From 19b2e37dad78f774f605e2005c0d518fc551964a Mon Sep 17 00:00:00 2001 From: James Vega Date: Thu, 23 Sep 2004 16:08:11 +0000 Subject: [PATCH] Let's not default to just the network Misc.last was called on. It's kinda counter-intuitive. --- src/Misc.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Misc.py b/src/Misc.py index 92516186f..5c251029c 100755 --- a/src/Misc.py +++ b/src/Misc.py @@ -472,7 +472,6 @@ class Misc(callbacks.Privmsg): if ircutils.isChannel(msg.args[0]): predicates['in'] = lambda m: ircutils.strEqual(m.args[0], msg.args[0]) - predicates['on'] = lambda m: m.receivedOn == msg.receivedOn for (option, arg) in optlist: if option == '--from': def f(m, arg=arg):