diff --git a/mibbit.tar.gz b/mibbit.tar.gz new file mode 100644 index 00000000..6b0a386b Binary files /dev/null and b/mibbit.tar.gz differ diff --git a/mibbit/mibbit.php b/mibbit/mibbit.php index df3494a4..443c8881 100755 --- a/mibbit/mibbit.php +++ b/mibbit/mibbit.php @@ -31,6 +31,8 @@ function mibbit_module() { function mibbit_content(&$a) { + $o = ''; + // this stuff is supposed to go in the page header $a->page['htmlhead'] .= 'session_start(); @@ -48,15 +50,15 @@ $a->page['htmlhead'] .= 'session_start(); // add the chatroom frame and some html - $s .= '

chat

'; - $s .= '
'; - $s .= ''; - $s .= '
(no spaces, interpunctuation or leading ciphers in your /nick name)'; - $s .= '

type /help to learn about special commands

'; - $s .= '

' + $o .= ''; + $o .= '
(no spaces, interpunctuation or leading ciphers in your /nick name)'; + $o .= '

type /help to learn about special commands

'; + $o .= '
' }