fixed syntax of last commit #2
authorpk910 <philipp@zoelle1.de>
Thu, 11 Aug 2011 21:51:35 +0000 (23:51 +0200)
committerpk910 <philipp@zoelle1.de>
Thu, 11 Aug 2011 21:51:35 +0000 (23:51 +0200)
IRCParser.c

index 3f8f9bf252783f826622a18b74d6d2da09e4fe71..3d40aaa354d0e6ce86c92af2df79057a656ea7f8 100644 (file)
@@ -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);
     }