]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
This properly fixes options:hidebans and options:hidesplits by providing the facility...
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Tue, 6 Mar 2007 13:49:34 +0000 (13:49 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Tue, 6 Mar 2007 13:49:34 +0000 (13:49 +0000)
commitb790abb1545fc22d0f6799f48d4b7df22711db8a
tree0fccc47a24f0285e89977302c5465f956cf854e9
parent767fc7ad41553d8f18988d2330d99c5c89f994e4
This properly fixes options:hidebans and options:hidesplits by providing the facility to have two different quit messages for a user, one an oper sees and one a normal user sees.
There are default values on the oper_quit parameters through the entire source so that if oper_quit parameter is not given it defaults to the same as the user_quit

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6630 e03df62e-2008-0410-955e-edbf42e46eb7
include/cull_list.h
include/modules.h
include/users.h
src/cull_list.cpp
src/modules/m_spanningtree/treeserver.cpp
src/users.cpp
src/xline.cpp