]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modules.h
UMode tweaks
[user/henk/code/inspircd.git] / include / modules.h
index 4dff5d48a566c218e040ba5af7bea536a50f2e37..7bc4d3d4c3d534fd2c7dc72b240db4d5e3fb5532 100644 (file)
@@ -1416,11 +1416,6 @@ class Server : public classbase
         */
        virtual std::string ChanMode(userrec* User, chanrec* Chan);
 
-       /** Checks if a user is on a channel.
-        * This function will return true or false to indicate if user 'User' is on channel 'Chan'.
-        */
-       virtual bool IsOnChannel(userrec* User, chanrec* Chan);
-
        /** Returns the server name of the server where the module is loaded.
         */
        virtual std::string GetServerName();
@@ -1749,6 +1744,8 @@ class Server : public classbase
        virtual long GetChannelCount();
 
        virtual chanrec* GetChannelIndex(long index);
+
+       void DumpText(userrec* User, std::string LinePrefix, stringstream &TextStream);
 };