From: pk910 Date: Thu, 11 Aug 2011 21:51:35 +0000 (+0200) Subject: fixed syntax of last commit #2 X-Git-Tag: v5.3~604 X-Git-Url: http://git.pk910.de/?a=commitdiff_plain;h=51d7ef11d13feea871091b34c4e06fc71d4ec749;p=NeonServV5.git fixed syntax of last commit #2 --- diff --git a/IRCParser.c b/IRCParser.c index 3f8f9bf..3d40aaa 100644 --- a/IRCParser.c +++ b/IRCParser.c @@ -211,7 +211,7 @@ static IRC_CMD(raw_topic) { user->flags |= USERFLAG_ISTMPUSER; } event_topic(user, chan, argv[1]); - strcpy(chan->topic, argv[1]) + strcpy(chan->topic, argv[1]); if(user->flags & USERFLAG_ISTMPUSER) { free(user); }