diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-01-24 17:51:42 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-01-24 17:51:42 +0000 |
commit | 8a33c7f4a70ff1f245f9995225f8177b18841553 (patch) | |
tree | 48785b071bd1b6505b92be672b8bf0b4c528adb6 | |
parent | 6cd27f532d99e7d0ba3fafb7c137187ae86a8aa0 (diff) |
The /id command for nicks in atheme should have the parameters $2- not $2, because they accept /id nick pass
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6437 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | conf/aliases/atheme.conf.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/aliases/atheme.conf.example b/conf/aliases/atheme.conf.example index a9f6cc839..d6771f965 100644 --- a/conf/aliases/atheme.conf.example +++ b/conf/aliases/atheme.conf.example @@ -15,5 +15,5 @@ # /id [channel] <password> # Identify for a channel or nickname <alias text="ID" format="#*" replace="PRIVMSG ChanServ :IDENTIFY $2 $3" requires="ChanServ" uline="yes"> -<alias text="ID" format="*" replace="PRIVMSG NickServ :IDENTIFY $2" requires="NickServ" uline="yes"> +<alias text="ID" format="*" replace="PRIVMSG NickServ :IDENTIFY $2-" requires="NickServ" uline="yes"> |