]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
OnRawMode event makes a return: This was removed post 1.0 because it was incredibly...
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 6 Jan 2008 21:04:56 +0000 (21:04 +0000)
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 6 Jan 2008 21:04:56 +0000 (21:04 +0000)
commit413074b77152edce980daa0e1dfecc42e15ada33
treec045a5f95653e681f5f9dbb8f5e2fbf3ca0bc6c2
parent0f4f272e889c4269e5564a74b0c63c3d92bc5916
OnRawMode event makes a return: This was removed post 1.0 because it was incredibly slow with the previous hooking mechanism. It should be okay now that module hooks aren't O(n).. Just the header and virtual atm, no implementation in the parser.

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