diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-03-27 18:46:29 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-03-27 18:46:29 +0000 |
commit | 0afad3dfbca96a60bd14535cb93f27097417b933 (patch) | |
tree | 8a06fad263acc66a2d9ce18b393153ccb363df15 /docs | |
parent | 8d7a4231075eaf72244dbf0da82052f71a89be58 (diff) |
Made config parsing code a bit more lenient
Added error checking to make sure opertypes exist before opering a user!
Added 005 handling for modules
Started on KILL event for modules
Started on OnModuleLoad event for modules
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@918 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs')
-rw-r--r-- | docs/inspircd.conf.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index cccae5ed0..c652c2cca 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -134,7 +134,7 @@ # Syntax is as follow: # # <class name="name" commands="oper commands"> # # # - + <class name="Shutdown" commands="DIE RESTART REHASH"> <class name="ServerLink" commands="CONNECT SQUIT"> <class name="BanControl" commands="KILL GLINE KLINE ZLINE QLINE SHUN"> |