]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_cgiirc.cpp
Add m_starttls and remove it from m_ssl_gnutls, which allows it to work with both...
[user/henk/code/inspircd.git] / src / modules / m_cgiirc.cpp
index 9e67a4f0882a662f9466976553396640c24f26fc..5dea028fbb787c6b7f7156ee0163f4fee18e6913 100644 (file)
@@ -222,7 +222,7 @@ class ModuleCgiIRC : public Module
                                waiting.set(user, count - 1);
                        delete r;
                        if (cmd.notify)
-                                ServerInstance->SNO->WriteToSnoMask('a', "Connecting user %s detected as using CGI:IRC (%s), but I could not resolve their hostname; %s", user->nick.c_str(), user->host.c_str(), ex.GetReason());
+                                ServerInstance->SNO->WriteToSnoMask('a', "Connecting user %s detected as using CGI:IRC (%s), but I could not resolve their hostname; %s", user->nick.c_str(), user->host.c_str(), ex.GetReason().c_str());
                }
        }