diff --git a/plugins/ChannelDB.py b/plugins/ChannelDB.py index 1c9d5a7ef..e427232b2 100644 --- a/plugins/ChannelDB.py +++ b/plugins/ChannelDB.py @@ -338,7 +338,7 @@ class ChannelDB(plugins.ChannelDBHandler, callbacks.PrivmsgCommandAndRegexp): #debug.printf(sql) cursor.execute(sql, name) if cursor.rowcount == 0: - irc.error(msg, 'I have not seen %s.' % name) + irc.reply(msg, 'I have not seen %s.' % name) else: (seen, m) = cursor.fetchone() seen = int(seen)