From daac54878cdd69c6b3586760f19a7073b288ee96 Mon Sep 17 00:00:00 2001 From: Sam Dodrill Date: Fri, 20 Feb 2015 11:31:30 -0800 Subject: [PATCH] modules/core/m_message: fix build --- modules/core/m_message.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/m_message.c b/modules/core/m_message.c index ee40ef1..318b982 100644 --- a/modules/core/m_message.c +++ b/modules/core/m_message.c @@ -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; }