diff options
| author | 2007-01-01 20:53:20 +0000 | |
|---|---|---|
| committer | 2007-01-01 20:53:20 +0000 | |
| commit | 42d5b9571eff06b0c33093dc9118c29f9603fd2b (patch) | |
| tree | 97429d79e59c3f14d5fea75e2a25524af2bd842a /src/modules/extra/m_pgsql.cpp | |
| parent | Make sure that if an oper opers up and has an swhois in their opertype or ope... (diff) | |
Fix to allow for OnRehash to know what user initiated the rehash
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6207 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/extra/m_pgsql.cpp')
| -rw-r--r-- | src/modules/extra/m_pgsql.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/extra/m_pgsql.cpp b/src/modules/extra/m_pgsql.cpp index d688149b8..fb2cb2966 100644 --- a/src/modules/extra/m_pgsql.cpp +++ b/src/modules/extra/m_pgsql.cpp @@ -1079,7 +1079,7 @@ public: List[I_OnUnloadModule] = List[I_OnRequest] = List[I_OnRehash] = List[I_OnUserRegister] = List[I_OnCheckReady] = List[I_OnUserDisconnect] = 1; } - virtual void OnRehash(const std::string ¶meter) + virtual void OnRehash(userrec* user, const std::string ¶meter) { ReadConf(); } |
