summaryrefslogtreecommitdiff
path: root/src/commands/cmd_rehash.cpp
diff options
context:
space:
mode:
authorattilamolnar <attilamolnar@hush.com>2013-09-18 10:27:06 +0200
committerattilamolnar <attilamolnar@hush.com>2013-11-21 22:07:30 +0100
commitb7d84270bce15507775c7ec216dc1d5ad8b02a53 (patch)
tree793ac2c5ca6b3aebacf2129978660393ec00d5b6 /src/commands/cmd_rehash.cpp
parentcc01e2144c2c9a0fd5c71c9a32300906aa14a246 (diff)
Fix a few issues
- Rehash notices - Modes in CAPAB - GetTargetAndAction() not being static in m_callerid - Loading custom configuration files using --config. (@SaberUK) - ServerConfig::Read not using std::endl. (@SaberUK) - Out of date comments in opers.conf.example, issue #624
Diffstat (limited to 'src/commands/cmd_rehash.cpp')
-rw-r--r--src/commands/cmd_rehash.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/cmd_rehash.cpp b/src/commands/cmd_rehash.cpp
index a08ba1ba5..1fa726962 100644
--- a/src/commands/cmd_rehash.cpp
+++ b/src/commands/cmd_rehash.cpp
@@ -88,7 +88,7 @@ CmdResult CommandRehash::Handle (const std::vector<std::string>& parameters, Use
/* Don't do anything with the logs here -- logs are restarted
* after the config thread has completed.
*/
- ServerInstance->Rehash();
+ ServerInstance->Rehash(user->uuid);
}
else
{