summaryrefslogtreecommitdiff
path: root/src/mode.cpp
diff options
context:
space:
mode:
authorGravatar brain2006-07-09 19:59:40 +0000
committerGravatar brain2006-07-09 19:59:40 +0000
commit888b7b79d25435b34e862ffd2c1fd03aaa8797ef (patch)
tree03bee2f1a778cd8b489f291ff9dcfa06d703566e /src/mode.cpp
parentFinally finished documenting new mode parser. Lots of comments. (diff)
send_mode event for spanningtree (this will be backported to stable as its really a bugfix too (honest!))
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4243 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/mode.cpp')
-rw-r--r--src/mode.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mode.cpp b/src/mode.cpp
index 5d6be4e74..d17b6f13f 100644
--- a/src/mode.cpp
+++ b/src/mode.cpp
@@ -521,10 +521,6 @@ void ModeParser::CleanMask(std::string &mask)
}
}
-void ModeParser::BuildModeString(userrec* user)
-{
-}
-
bool ModeParser::AddMode(ModeHandler* mh, unsigned const char modeletter)
{
unsigned char mask = 0;