diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-03-04 17:17:47 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-03-04 17:17:47 +0000 |
commit | 13a37b22fd35c543048083faf3a1adce35c6803f (patch) | |
tree | 1bb1917d30cb4354b16cece27622d7a5d487f734 /docs | |
parent | a98e7a8023fdaa367c4e712ea753a0d8dd9fbb04 (diff) |
Add xchat :IDENTIFY workaround to example conf
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6623 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs')
-rw-r--r-- | docs/inspircd.conf.example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index b0c5bcc2a..24cb0eab9 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -987,6 +987,13 @@ #<alias text="ID" replace="PRIVMSG NickServ :IDENTIFY $2" # requires="NickServ" uline="yes"> # +# This alias fixes a glitch in xchat 2.6.x and above and the way it +# assumes IDENTIFY must be prefixed by a colon (:) character. It should +# be placed ABOVE the default NICKSERV alias (the first example) listed +# above. +# +#<alias text="NICKSERV" format=":IDENTIFY *" replace="PRIVMSG NickServ :IDENTIFY $3-" +# requires="NickServ" uline="yes"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Alltime module: Shows time on all connected servers at once |