diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-21 21:31:20 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-21 21:31:20 +0000 |
commit | 984ae685724f26dad0865ad43773364c8b5128ff (patch) | |
tree | 84addc4437b175f9ed39332678f7435f30cfb9f3 /docs | |
parent | 48411d8c6b214282174519d5e31e8a4144c135cc (diff) |
Updated m_alias to fix bug #92, updated configs
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2603 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs')
-rw-r--r-- | docs/inspircd.conf.example | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index ac48be1ee..7da7a1596 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -710,7 +710,7 @@ # must be at the start of the line to trigger the # # alias. May contain spaces, but case insensitive. # # replace - The text to replace 'text' with. Usually this # -# will be "PRIVMSG ServiceName :" or similar. # +# will be "PRIVMSG ServiceName" or similar. # # requires - If you provide a value for 'requires' this means # # the given nickname MUST be online for the alias # # to successfully trigger. If they are not, then # @@ -724,10 +724,10 @@ # of a user trying to impersonate a service. # # # -<alias text="NICKSERV" replace="PRIVMSG NickServ :" requires="NickServ" uline="yes"> -<alias text="CHANSERV" replace="PRIVMSG ChanServ :" requires="ChanServ" uline="yes"> -<alias text="NS" replace="PRIVMSG NickServ :" requires="NickServ" uline="yes"> -<alias text="CS" replace="PRIVMSG ChanServ :" requires="ChanServ" uline="yes"> +<alias text="NICKSERV" replace="PRIVMSG NickServ" requires="NickServ" uline="yes"> +<alias text="CHANSERV" replace="PRIVMSG ChanServ" requires="ChanServ" uline="yes"> +<alias text="NS" replace="PRIVMSG NickServ" requires="NickServ" uline="yes"> +<alias text="CS" replace="PRIVMSG ChanServ" requires="ChanServ" uline="yes"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#- YAWN -#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # # |