Logo accreditation
authorDarren <darren@darrenwhitlen.com>
Mon, 19 Sep 2011 10:28:47 +0000 (11:28 +0100)
committerDarren <darren@darrenwhitlen.com>
Mon, 19 Sep 2011 10:28:47 +0000 (11:28 +0100)
README.md
js/front.js

index 6be5b32ee21a1c7b8e936dbee799fc58edbf40eb..42a2f7a47df5b914584dcd952b065a3a1926b30c 100755 (executable)
--- a/README.md
+++ b/README.md
@@ -26,4 +26,8 @@ Report bugs using the issue tracker on github: https://github.com/prawnsalad/Kiw
 \r
 # Licence\r
 \r
-To be decided
\ No newline at end of file
+To be decided\r
+\r
+\r
+# Thanks to\r
+The KiwiIRC logo credited to Michael Drahony (www.drahony.com)
\ No newline at end of file
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 {