Missing colon in the example conf, spotted by Casey.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11020 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
dz 2009-02-01 06:59:29 +00:00
parent 28de37791e
commit 367e6738d8

View File

@ -175,7 +175,7 @@
# command must be preceded by the fantasy prefix when used. # command must be preceded by the fantasy prefix when used.
# #
#<alias text="CS" usercommand="no" channelcommand="yes" #<alias text="CS" usercommand="no" channelcommand="yes"
# replace="PRIVMSG ChanServ $1 $chan $2-" requires="ChanServ" uline="yes"> # replace="PRIVMSG ChanServ :$1 $chan $2-" requires="ChanServ" uline="yes">
# #
# This would be used as "!cs <command> <options>", with the channel # This would be used as "!cs <command> <options>", with the channel
# being automatically inserted after the command in the message to # being automatically inserted after the command in the message to