diff options
author | dz <dz@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-02-01 06:59:29 +0000 |
---|---|---|
committer | dz <dz@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-02-01 06:59:29 +0000 |
commit | 367e6738d867d34e3d102f5f96d1f9386d3d57a5 (patch) | |
tree | 9aaece72f1ef157a9e13f2eb2ad2614bffece2c1 /conf/modules.conf.example | |
parent | 28de37791e17a1f1f3fd431969f5b6fd393eb73f (diff) |
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
Diffstat (limited to 'conf/modules.conf.example')
-rw-r--r-- | conf/modules.conf.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/modules.conf.example b/conf/modules.conf.example index 0f70aa695..74b3987c4 100644 --- a/conf/modules.conf.example +++ b/conf/modules.conf.example @@ -175,7 +175,7 @@ # command must be preceded by the fantasy prefix when used. # #<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 # being automatically inserted after the command in the message to |