modules/core/m_message: fix build
This commit is contained in:
parent
e7f3a5ad93
commit
daac54878c
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue