diff options
| author | 2012-05-30 02:46:30 -0700 | |
|---|---|---|
| committer | 2012-05-30 02:46:30 -0700 | |
| commit | cb9740f15157b2c32d4bd8ca9d43ae06f98aa963 (patch) | |
| tree | 1d6e29fc66b1eef1dbb5340b84bc70b55d3fd0aa /src/channels.cpp | |
| parent | Merge pull request #159 from gholms/md5-memset-20 (diff) | |
| parent | Add more documentation about logging, aswell as make text, tab and space corr... (diff) | |
Merge pull request #166 from Robby-/insp20-cfgcorrections
[2.0] 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 51fa74064..4a927cedb 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 { |
