diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-10 15:44:03 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-10 15:44:03 +0000 |
commit | dafc021be4f3ad34ca37953de6a0109a161dd165 (patch) | |
tree | f6263063894fa0a923656d64d0e3e1351e0e205f /include/modules.h | |
parent | 667bf736370b1d632f6ff99ce32bdcd7f0de9b3f (diff) |
cmode(), cflags(), cstatus() -> chanrec::GetStatusChar(), chanrec::GetStatusFlags(), chanrec::GetStatus()
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4837 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/modules.h')
-rw-r--r-- | include/modules.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/modules.h b/include/modules.h index 49695b63c..0fdde6016 100644 --- a/include/modules.h +++ b/include/modules.h @@ -1347,12 +1347,6 @@ class Server : public Extensible */ virtual userrec* FindDescriptor(int socket); - /** Attempts to look up a user's privilages on a channel. - * This function will return a string containing either @, %, +, or an empty string, - * representing the user's privilages upon the channel you specify. - */ - virtual std::string ChanMode(userrec* User, chanrec* Chan); - /** Returns the server name of the server where the module is loaded. */ virtual std::string GetServerName(); |