diff --git a/plugins/User/plugin.py b/plugins/User/plugin.py index a23228f78..cf1342027 100644 --- a/plugins/User/plugin.py +++ b/plugins/User/plugin.py @@ -254,8 +254,7 @@ class User(callbacks.Plugin): hostmasks.sort() return format('%L', hostmasks) else: - irc.reply(format('%s has no registered hostmasks.', - user.name)) + return format('%s has no registered hostmasks.', user.name) try: user = ircdb.users.getUser(msg.prefix) if name: