]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Remove all the OnAddGLine, OnAddWhateverLine replace with one simple OnAddLine and...
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Wed, 31 Oct 2007 19:36:38 +0000 (19:36 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Wed, 31 Oct 2007 19:36:38 +0000 (19:36 +0000)
commit6fb9ea57654f8409ae3ddf7493a6cd45dc9cb7bc
treede09badaf92126ac613dc06f78c0dbe4e27fc78b
parent21f9acdb6c5c35b26d926f75845135f16c3c54e9
Remove all the OnAddGLine, OnAddWhateverLine replace with one simple OnAddLine and a OnDelLine which is passed User* (person adding or NULL if its the server) and the XLine

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8440 e03df62e-2008-0410-955e-edbf42e46eb7
include/modules.h
src/modules.cpp