diff options
| author | 2006-07-28 12:01:41 +0000 | |
|---|---|---|
| committer | 2006-07-28 12:01:41 +0000 | |
| commit | af284a476e55d7cc9af23a23a08153cda07d6570 (patch) | |
| tree | f2b66c49c59a95d0bedb1ee988811cfb333a125e /src/message.cpp | |
| parent | Fix the obligotary typos (diff) | |
| download | inspircd++-af284a476e55d7cc9af23a23a08153cda07d6570.tar.gz inspircd++-af284a476e55d7cc9af23a23a08153cda07d6570.tar.bz2 inspircd++-af284a476e55d7cc9af23a23a08153cda07d6570.zip | |
Remove TODO, we just did it.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4571 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/message.cpp')
| -rw-r--r-- | src/message.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/message.cpp b/src/message.cpp index 23d29bd41..91744dd50 100644 --- a/src/message.cpp +++ b/src/message.cpp @@ -62,7 +62,6 @@ extern ServerConfig* Config; */ int common_channels(userrec *u, userrec *u2) { - /* TODO: We need to get rid of this arbitary '7' and make bitmask enums for it */ if ((!u) || (!u2) || (u->registered != REG_ALL) || (u2->registered != REG_ALL)) return 0; |
