From dcffc5df62db05a8a3c3b8c0699b5bcd896541b4 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Thu, 2 Oct 2003 00:24:36 +0000 Subject: [PATCH] Minor change: names -> nicks in @seen help. --- plugins/ChannelDB.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ChannelDB.py b/plugins/ChannelDB.py index 68f905619..255da7cf2 100644 --- a/plugins/ChannelDB.py +++ b/plugins/ChannelDB.py @@ -281,7 +281,7 @@ class ChannelDB(callbacks.PrivmsgCommandAndRegexp, ChannelDBHandler): Returns the last time was seen and what was last seen saying. --user will look for user instead of using as a nick (registered users, remember, can be recognized under any number - of names) is only necessary if the message isn't sent on the + of nicks) is only necessary if the message isn't sent on the channel itself. """ channel = privmsgs.getChannel(msg, args)