modules/core/m_message: fix build

This commit is contained in:
Sam Dodrill 2015-02-20 11:31:30 -08:00
parent e7f3a5ad93
commit daac54878c
1 changed files with 1 additions and 1 deletions

View File

@ -485,7 +485,7 @@ msg_channel(int p_or_n, const char *command,
rb_strlcpy(text2, text, BUFSIZE);
strip_unprintable(text2);
if !MyClient(source_p) {
if(!MyClient(source_p)) {
goto skip_NOCAPS_check;
}