From 66fa38427929a6a2f5b6fe717164a1cf1d63769c Mon Sep 17 00:00:00 2001 From: Darren Date: Mon, 19 Sep 2011 11:28:47 +0100 Subject: [PATCH] Logo accreditation --- README.md | 6 +++++- js/front.js | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6be5b32..42a2f7a 100755 --- a/README.md +++ b/README.md @@ -26,4 +26,8 @@ Report bugs using the issue tracker on github: https://github.com/prawnsalad/Kiw # Licence -To be decided \ No newline at end of file +To be decided + + +# Thanks to +The KiwiIRC logo credited to Michael Drahony (www.drahony.com) \ No newline at end of file diff --git a/js/front.js b/js/front.js index 5dd4954..0559176 100644 --- a/js/front.js +++ b/js/front.js @@ -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 { -- 2.25.1