]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_shun.cpp
m_flashpolicyd, m_httpd Store sockets in a intrusive list
[user/henk/code/inspircd.git] / src / modules / m_shun.cpp
index f0524435b6a1363d8ee829494620a8aa7338bb1f..075b80eb7a47101eebb3860dbc9989cdf83f7512 100644 (file)
@@ -140,7 +140,7 @@ class CommandShun : public Command
                                else
                                {
                                        time_t c_requires_crap = duration + ServerInstance->Time();
-                                       std::string timestr = ServerInstance->TimeString(c_requires_crap);
+                                       std::string timestr = InspIRCd::TimeString(c_requires_crap);
                                        ServerInstance->SNO->WriteToSnoMask('x', "%s added timed SHUN for %s to expire on %s: %s",
                                                user->nick.c_str(), target.c_str(), timestr.c_str(), expr.c_str());
                                }