From 22eceaadc5a659e09fd41edbd073fe6e7bb5baec Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Wed, 25 Dec 2019 13:07:26 -0500 Subject: Only send JOIN if there are channels to join --- litterbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'litterbox.c') diff --git a/litterbox.c b/litterbox.c index baaf780..5c18021 100644 --- a/litterbox.c +++ b/litterbox.c @@ -271,7 +271,7 @@ static void handleCap(struct Message *msg) { static void handleReplyWelcome(struct Message *msg) { require(msg, false, 1); set(&self, msg->params[0]); - format("JOIN :%s\r\n", join); + if (join) format("JOIN :%s\r\n", join); } static void handleReplyISupport(struct Message *msg) { -- cgit 1.4.1 ue='30e471ef67898fff3d8b93168b27b9b760b2e897'>this commit FreeBSD and OpenBSD ports for this software
summary refs log tree commit diff
path: root/security/libretls (unfollow)
Commit message (Collapse)Author
2020-09-09Update pounce to 2.0June McEnroe
2020-09-09Update litterbox to 1.6June McEnroe
2020-08-23Add scooper portJune McEnroe
2020-08-23Add catsit portJune McEnroe
2020-08-13Update pounce to 1.4p2June McEnroe
2020-08-11Update pounce to 1.4p1June McEnroe
2020-08-10Add litterbox portJune McEnroe
2020-08-10Add missing USES=pkgconfig to pounceJune McEnroe