]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_proxyscan.cpp
More stuff so that freebsd users can still use the ports version of openssl if they...
[user/henk/code/inspircd.git] / src / modules / m_proxyscan.cpp
index 6b2c489f8433f652f4e109a847b69ce33cb74d0b..ba6f17daaf1bacda3754ca8d2bbcf591bf44d98c 100644 (file)
@@ -289,7 +289,7 @@ class ProxySocket : public EventHandler
 
                if (match == true)
                {
-                       User::QuitUser(ServerInstance, this->user, "Open proxy detected.");
+                       ServerInstance->Users->QuitUser(this->user, "Open proxy detected.");
                }
 
                /* Close (but dont delete from memory) our socket
@@ -316,7 +316,7 @@ class ModuleProxy : public Module
        
        virtual Version GetVersion()
        {
-               return Version(1, 1, 1, 0, VF_VENDOR, API_VERSION);
+               return Version(1, 2, 1, 0, VF_VENDOR, API_VERSION);
        }