diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-09 10:04:58 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-09 10:04:58 +0000 |
commit | e964e2286d78ab691078db40e402f685561ef0ca (patch) | |
tree | 867b2a013238ef4aa0d4757ce949b15ad84f1393 /include/message.h | |
parent | d91d734257619e26918b4da8153af42cd4f316de (diff) |
common_channels -> userrec::SharesChannelWith()
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4805 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/message.h')
-rw-r--r-- | include/message.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/message.h b/include/message.h index f7fcba278..edcda3da9 100644 --- a/include/message.h +++ b/include/message.h @@ -28,7 +28,6 @@ #include "users.h" #include "channels.h" -int common_channels(userrec *u, userrec *u2); void Blocking(int s); void NonBlocking(int s); int c_count(userrec* u); |