diff options
author | Robby- <robbyke@gmail.com> | 2012-05-30 00:29:06 +0200 |
---|---|---|
committer | Robby- <robbyke@gmail.com> | 2012-05-30 00:29:06 +0200 |
commit | 8c7aeaf59576e89a376d2ab8a72c1e447d4975d3 (patch) | |
tree | 3368cfdefffb3a1bd862498331cafe7d784b7689 /src/channels.cpp | |
parent | 7ca4e7f0450b376902b4987190e06c2a719a89c4 (diff) |
Add more documentation about logging, aswell as make text, tab and space corrections to the configs
Diffstat (limited to 'src/channels.cpp')
-rw-r--r-- | src/channels.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/channels.cpp b/src/channels.cpp index 5539f4bfe..c08030d4f 100644 --- a/src/channels.cpp +++ b/src/channels.cpp @@ -274,7 +274,7 @@ Channel* Channel::JoinUser(User *user, const char* cn, bool override, const char if (!IS_LOCAL(user)) { if (!TS) - ServerInstance->Logs->Log("CHANNEL",DEBUG,"*** BUG *** Channel::JoinUser called for REMOTE user '%s' on channel '%s' but no TS given!", user->nick.c_str(), cn); + ServerInstance->Logs->Log("CHANNELS",DEBUG,"*** BUG *** Channel::JoinUser called for REMOTE user '%s' on channel '%s' but no TS given!", user->nick.c_str(), cn); } else { |