diff options
| author | 2010-01-18 17:35:55 +0000 | |
|---|---|---|
| committer | 2010-01-18 17:35:55 +0000 | |
| commit | 9ee588b23fd915255d2cea0c537e6938297dbe5b (patch) | |
| tree | 4148f2f9b48a557fd7464b2b0d54887f62cd6bf3 /src/modules/m_conn_waitpong.cpp | |
| parent | Fix iteration of oper blocks by SSLINFO (diff) | |
PreCommand/PostCommand are local-only hooks
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12291 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_conn_waitpong.cpp')
| -rw-r--r-- | src/modules/m_conn_waitpong.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_conn_waitpong.cpp b/src/modules/m_conn_waitpong.cpp index cf2787a2e..1b9301de5 100644 --- a/src/modules/m_conn_waitpong.cpp +++ b/src/modules/m_conn_waitpong.cpp @@ -68,7 +68,7 @@ class ModuleWaitPong : public Module return MOD_RES_PASSTHRU; } - ModResult OnPreCommand(std::string &command, std::vector<std::string> ¶meters, User* user, bool validated, const std::string &original_line) + ModResult OnPreCommand(std::string &command, std::vector<std::string> ¶meters, LocalUser* user, bool validated, const std::string &original_line) { if (command == "PONG") { |
