summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--handle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/handle.c b/handle.c
index c444ff9..9919c8e 100644
--- a/handle.c
+++ b/handle.c
@@ -140,7 +140,7 @@ list(struct Message *msg, struct Peer *peer)
 		if (!one || !strcmp(channels[i].name, msg->params[0]))
 		{
 			snprintf(count, sizeof(count), "%zu", channels[i].peers_c);
-			reply(peer, 322, channels[i].name, count, "");
+			reply(peer, 322, channels[i].name, count, channels[i].topic);
 		}
 	reply(peer, 323);