--- 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 @@
 <li>/help  Display help.</li>
 <li>/clear  Clear the chat output in this channel.</li>
 <li>/nick [nick]  Change your nickname.</li>
-<li>/msg [nick] [msg]  Send a private message.</li>
+<li>/msg [nick] [message]  Send a private message.</li>
 <li>/join [channel name]  Join another channel.</li>
 <li>/whois [nick]  Find out all manner of things about someone.</li>
 <li>/me [text]  Emote.</li>
-<li>/away <msg>  Set your status to away.</li>
+<li>/away [message]  Set your status to away.</li>
 <li>/back  Set your status to back.</li>
 </ul>';
 
@@ -173,7 +173,7 @@
   $output = variable_get('mibbit_irc_welcome', '');
   $output .= '<div id="mibbit-irc" class="mibbit-irc">
 <noscript>JavaScript is required to be on for the chat window to work properly.</noscript>
-<iframe id="mibbit-irc-window" width="'. $width .'" height="'. $height .'" scrolling="no" border="0" src="http://embed.mibbit.com/e/index.html?server='. urlencode($server) .'&amp;channel=%23'. $channel .'&amp;nick='. $nick .'&amp;chatOutputShowTimes=false">You must allow frames to be rendered in your browser to see the chat window.</iframe>
+<iframe id="mibbit-irc-window" name="mibbit-irc-window" width="'. $width .'" height="'. $height .'" scrolling="no" frameborder="0" src="http://embed.mibbit.com/e/index.html?server='. urlencode($server) .'&amp;channel=%23'. $channel .'&amp;nick='. $nick .'&amp;chatOutputShowTimes=false">You must allow frames to be rendered in your browser to see the chat window.</iframe>
 </div>';
   $output .= variable_get('mibbit_irc_help', '');
 
