diff options
author | bricker <bricker@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-05-13 07:05:15 +0000 |
---|---|---|
committer | bricker <bricker@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-05-13 07:05:15 +0000 |
commit | a4f4fdbe1b802db45ff268e8c2239ffa109fe12b (patch) | |
tree | 2a87f20604ee8ad2fe2ec7a6795ecafc71c99006 /conf/aliases/anope.conf.example | |
parent | f12f2d3acc9c81d088db68c48db2cb26be8f0173 (diff) |
add HostServ as IRCservices has it as an option and add the names inside anope.conf so they know its being specified..
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9719 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'conf/aliases/anope.conf.example')
-rw-r--r-- | conf/aliases/anope.conf.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/aliases/anope.conf.example b/conf/aliases/anope.conf.example index e341c314a..f116e8737 100644 --- a/conf/aliases/anope.conf.example +++ b/conf/aliases/anope.conf.example @@ -1,4 +1,4 @@ -# Aliases for nickserv, chanserv, operserv, memoserv +# Aliases for nickserv, chanserv, operserv, memoserv, hostserv, botserv <alias text="NICKSERV" replace="PRIVMSG NickServ :$2-" requires="NickServ" uline="yes"> <alias text="CHANSERV" replace="PRIVMSG ChanServ :$2-" requires="ChanServ" uline="yes"> <alias text="OPERSERV" replace="PRIVMSG OperServ :$2-" requires="OperServ" uline="yes" operonly="yes"> @@ -9,7 +9,7 @@ # Note: We can't have a shorthand version of this, it conflicts with HS for helpserv <alias text="HELPSERV" replace="PRIVMSG HelpServ :$2-" requires="HelpServ" uline="yes"> -# Shorthand aliases for nickserv, chanserv, operserv, memoserv +# Shorthand aliases for nickserv, chanserv, operserv, memoserv, hostserv, botserv <alias text="NS" replace="PRIVMSG NickServ :$2-" requires="NickServ" uline="yes"> <alias text="CS" replace="PRIVMSG ChanServ :$2-" requires="ChanServ" uline="yes"> <alias text="OS" replace="PRIVMSG OperServ :$2-" requires="OperServ" uline="yes" operonly="yes"> |