From 6b9ce1cb72c4c840b212068d388bb4b6d770d1fa Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Wed, 8 Jan 2003 20:32:17 +0000 Subject: [PATCH] - Fixed up broken patch (once again -- *ARGL*) ... --- src/ngircd/irc-channel.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ngircd/irc-channel.c b/src/ngircd/irc-channel.c index 2b4dc42d..b7cf74f7 100644 --- a/src/ngircd/irc-channel.c +++ b/src/ngircd/irc-channel.c @@ -14,7 +14,7 @@ #include "portab.h" -static char UNUSED id[] = "$Id: irc-channel.c,v 1.21.2.3 2003/01/08 20:22:57 alex Exp $"; +static char UNUSED id[] = "$Id: irc-channel.c,v 1.21.2.4 2003/01/08 20:32:17 alex Exp $"; #include "imp.h" #include @@ -412,7 +412,7 @@ IRC_CHANINFO( CLIENT *Client, REQUEST *Req ) if( ! *ptr ) { /* OK, there is no topic jet */ - Channel_SetTopic( chan, arg_topic ); + Channel_SetTopic( chan, Req->argv[arg_topic] ); IRC_WriteStrChannelPrefix( Client, chan, from, FALSE, "TOPIC %s :%s", Req->argv[0], Channel_Topic( chan )); } } -- 2.39.2