--- C:/Documents and Settings/Shireling/Desktop/mibbit_irc-6.x-1.x-dev/mibbit_irc/mibbit_irc.module Sun Sep 28 13:13:14 2008
+++ C:/wamp/www/drupal6_module_dev-mibbit/sites/all/modules/mibbit_irc/mibbit_irc.module Mon Sep 29 00:30:10 2008
@@ -139,11 +139,11 @@
/help Display help.
/clear Clear the chat output in this channel.
/nick [nick] Change your nickname.
-/msg [nick] [msg] Send a private message.
+/msg [nick] [message] Send a private message.
/join [channel name] Join another channel.
/whois [nick] Find out all manner of things about someone.
/me [text] Emote.
-/away Set your status to away.
+/away [message] Set your status to away.
/back Set your status to back.
';
@@ -173,7 +173,7 @@
$output = variable_get('mibbit_irc_welcome', '');
$output .= '
-
+
';
$output .= variable_get('mibbit_irc_help', '');