summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRobby- <robbyke@gmail.com>2012-05-30 00:29:06 +0200
committerRobby- <robbyke@gmail.com>2012-05-30 00:29:06 +0200
commit8c7aeaf59576e89a376d2ab8a72c1e447d4975d3 (patch)
tree3368cfdefffb3a1bd862498331cafe7d784b7689 /src
parent7ca4e7f0450b376902b4987190e06c2a719a89c4 (diff)
Add more documentation about logging, aswell as make text, tab and space corrections to the configs
Diffstat (limited to 'src')
-rw-r--r--src/channels.cpp2
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
{