diff options
| author | Adam <Adam@drink-coca-cola.info> | 2010-05-08 15:49:08 -0400 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2010-06-18 21:00:03 -0400 |
| commit | 6db15e17834163975f6122d3913d260d8327d516 (patch) | |
| tree | 7546ef7189a16214e04ff8b27d98d7bb621342dd /lang/nl.l | |
| parent | e78a055c2b5c9fe3a4e4ef32058f161eceb3df1c (diff) | |
Added the nickserv/ungroup command
Diffstat (limited to 'lang/nl.l')
| -rw-r--r-- | lang/nl.l | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -374,6 +374,14 @@ NICK_GROUP_TOO_MANY NICK_GROUP_JOINED Je zit nu in de group van %s. +# UNGROUP responses +NICK_UNGROUP_ONE_NICK + Your nick is not grouped to anything, you can't ungroup it. +NICK_UNGROUP_NOT_IN_GROUP + The nick %s is not in your group. +NICK_UNGROUP_SUCCESSFUL + Nick %s has been ungrouped from %s. + # IDENTIFY responses NICK_IDENTIFY_SYNTAX IDENTIFY wachtwoord @@ -3363,6 +3371,8 @@ NICK_HELP_CMD_REGISTER REGISTER Registreer een nickname NICK_HELP_CMD_GROUP GROUP Bij een groep aanmelden +NICK_HELP_CMD_UNGROUP + UNGROUP Remove a nick from a group NICK_HELP_CMD_IDENTIFY IDENTIFY Jezelf identificeren met je wachtwoord NICK_HELP_CMD_ACCESS @@ -3495,6 +3505,15 @@ NICK_HELP_GROUP Opmerking: alle nicks in een groep hebben hetzelfde wachtwoord. +NICK_HELP_UNGROUP + Syntax: UNGROUP [nick] + + This command ungroups your nick, or if given, the specificed nick, + from the group it is in. The ungrouped nick keeps its registration + time, password, email, greet, language, url, and icq. Everything + else is reset. You may not ungroup yourself if there is only one + nick in your group. + NICK_HELP_IDENTIFY Gebruik: IDENTIFY wachtwoord |
