Logo accreditation
[KiwiIRC.git] / js / front.js
index 5dd49542181cb62742b3e8531fec62b5749bf967..05591769935d26b0dcef9e765b17054d0c9febd3 100644 (file)
@@ -418,7 +418,7 @@ kiwi.front = {
 
             default:
                 //kiwi.front.cur_channel.addMsg(null, ' ', '--> Invalid command: '+parts[0].substring(1));
-                kiwi.gateway.raw(msg.substring(1));
+                kiwi.gateway.raw(msg.substring(1)); 
             }
 
         } else {