diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-04 17:55:48 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-04 17:55:48 +0000 |
commit | b54f879f3539c298646449ede2e8d458fc305605 (patch) | |
tree | 69b852c9896b8efb214a2a208efeb825cf56c2c9 /include/commands.h | |
parent | 38749462c62a659b7006976c2c7c4da6ac6d0df7 (diff) |
Added E:Lines, a form of ban exception that can prevent opers, netadmins etc from being glined. Can be added and removed
either in the config or by an oper with the correct permissions to use the /ELINE command
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@975 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/commands.h')
-rw-r--r-- | include/commands.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/commands.h b/include/commands.h index f1c383e08..1242671b3 100644 --- a/include/commands.h +++ b/include/commands.h @@ -77,6 +77,7 @@ void handle_kline(char **parameters, int pcnt, userrec *user); void handle_gline(char **parameters, int pcnt, userrec *user); void handle_zline(char **parameters, int pcnt, userrec *user); void handle_qline(char **parameters, int pcnt, userrec *user); +void handle_eline(char **parameters, int pcnt, userrec *user); void handle_server(char **parameters, int pcnt, userrec *user); /** Special functions for processing server to server traffic |