Skip to content

Commit

Permalink
NickAuth: Fix error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
progval committed Oct 31, 2016
1 parent 167e66e commit 96c1ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/NickAuth/plugin.py
Expand Up @@ -175,7 +175,7 @@ def do330(self, irc, msg):
ircdb.users.setUser(user, flush=False)
irc.reply(_('You are now authenticated as %s.') % user.name)
else:
irc.error(_('No user of claimed the nick %s on this network. '
irc.error(_('No user claimed the nick %s on this network. '
'If this is you, you should connect with an other '
'method and use the "nickauth nick add" command, '
'or ask the owner of the bot to do it.')
Expand Down

0 comments on commit 96c1ccc

Please sign in to comment.