diff options
| author | 2021-03-17 06:07:41 +0000 | |
|---|---|---|
| committer | 2021-03-17 06:07:41 +0000 | |
| commit | e2f8e75ab86c484e095ea5723f68a96698abbde2 (patch) | |
| tree | 2a3e41f51536a8eabb1b6b3c2a5fb47bb1346fdb /src/modules/m_conn_waitpong.cpp | |
| parent | Pascalize Get in extension item classes. (diff) | |
Pascalize Set in extension item classes.
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 b8d2f22e3..6ae26c4b1 100644 --- a/src/modules/m_conn_waitpong.cpp +++ b/src/modules/m_conn_waitpong.cpp @@ -57,7 +57,7 @@ class ModuleWaitPong : public Module if(sendsnotice) user->WriteNotice("*** If you are having problems connecting due to registration timeouts type /quote PONG " + pingrpl + " or /raw PONG " + pingrpl + " now."); - ext.set(user, pingrpl); + ext.Set(user, pingrpl); return MOD_RES_PASSTHRU; } |
