]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/m_kline.c
Allow /ojoin !#channel/%#channel, if admin/halfop are enabled.
[irc/rqf/shadowircd.git] / modules / m_kline.c
index d6e22bc58b51676da0fcf49c0caf27a09a2f6e7c..89ba2353344abf36250841176cc4144a36addf53 100644 (file)
@@ -297,7 +297,7 @@ handle_remote_kline(struct Client *source_p, int tkline_time,
                                  ":Please include at least %d non-wildcard "
                                  "characters with the user@host",
                                  ConfigFileEntry.min_nonwildcard);
-               return 0;
+               return;
        }
 
        if(already_placed_kline(source_p, user, host, tkline_time))