X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/eb43ca8c26a2dcc64b1c3a82c30d2c4cbf01226c..964abe6bbe1247063a151d0c14a8f2ad02d366fc:/src/proto-p10.c?ds=sidebyside diff --git a/src/proto-p10.c b/src/proto-p10.c index 544aaba..e3fa69e 100644 --- a/src/proto-p10.c +++ b/src/proto-p10.c @@ -775,6 +775,8 @@ irc_burst(struct chanNode *chan) if (len) burst_line[pos++] = ' '; + if(chan->members.used < 1) + return; /* dont burst empty channels (created by discrims) */ /* dump the users */ for (n=0; nmembers.used; n++) { mn = chan->members.list[n];