diff options
| author | 2019-04-28 10:14:21 +0200 | |
|---|---|---|
| committer | 2019-04-28 09:14:21 +0100 | |
| commit | e57d1b19ff4823b7885eb7f4d3b37c84d2edca0e (patch) | |
| tree | 81e3825243464f332742b7e945053d32d726808b /src/channels.cpp | |
| parent | Fix compatibility issues between sqloper and postgres (diff) | |
| download | inspircd++-e57d1b19ff4823b7885eb7f4d3b37c84d2edca0e.tar.gz inspircd++-e57d1b19ff4823b7885eb7f4d3b37c84d2edca0e.tar.bz2 inspircd++-e57d1b19ff4823b7885eb7f4d3b37c84d2edca0e.zip | |
Textual improvements and fixes such as typos, casing, etc. (#1612)
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 760b5c4bd..0ff252c95 100644 --- a/src/channels.cpp +++ b/src/channels.cpp @@ -242,7 +242,7 @@ Channel* Channel::JoinUser(LocalUser* user, std::string cname, bool override, co { if (chan->IsBanned(user)) { - user->WriteNumeric(ERR_BANNEDFROMCHAN, chan->name, "Cannot join channel (You're banned)"); + user->WriteNumeric(ERR_BANNEDFROMCHAN, chan->name, "Cannot join channel (you're banned)"); return NULL; } } |
