summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-01-24 17:51:42 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-01-24 17:51:42 +0000
commit8a33c7f4a70ff1f245f9995225f8177b18841553 (patch)
tree48785b071bd1b6505b92be672b8bf0b4c528adb6 /conf
parent6cd27f532d99e7d0ba3fafb7c137187ae86a8aa0 (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
Diffstat (limited to 'conf')
-rw-r--r--conf/aliases/atheme.conf.example2
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">