From: Tony Baldwin Date: Fri, 2 Mar 2012 16:29:19 +0000 (-0500) Subject: minor alterations to mibbit.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=275d79ff9ab313f5a3dfc297baa5cb614d0b2faa;p=friendica-addons.git minor alterations to mibbit.php --- 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 .= '
' }