hey guys,
i was wondering if there was a possible that this can be done..
right now, the script pretty much logs everything that's happening in the channel via HTML, eg.
#demo
Topic lalalala
Demo`test has parted #demo (weee) (2).
Demo`test has joined #demo (3).
People on #demo @Demolution Demo`test Web the script is on WEB, i can pretty much see what WEB is doing when i use the client to chat, however if i type:
Demolution: @say testThen Web won't appear, i've tried using both input and text as a remote - and the script won't actually detect Web as a "human". I know this is a stupid thing, however yeah... just to do something awesome with it.
Input code is here...
on *:input:#:{
if ($left($1,1) != /) {
if (!$exists($hget(html,apache) $+ $chan $+ .html)) {
write $hget(html,apache) $+ channels.html <a href=" $+ $replace($chan,$chr(35),$chr(37) $+ 23) $+ .html" target="main"> $+ $chan $+ </a><br>
write $hget(html,apache) $+ $chan $+ .html <body bgcolor=" $+ $hget(html,background) $+ "></body>
write $hget(html,apache) $+ $chan $+ .html <font size="5" color=" $+ $hget(html,chan) $+ "> $+ $chan $+ </font> <p>
write $hget(html,apache) $+ $chan $+ .html <font size="4" color=" $+ $hget(html,topic) $+ "> $+ <b>Topic</b> $+ </font><font color=" $+ $hget(html,text) $+ "> $strip($chan($chan).topic) </font><p>
write $hget(html,apache) $+ $chan $+ .html <font color=" $+ $hget(html,input) $+ "><b> $+ $me $+ </font></b><font color=" $+ $hget(html,text) $+ ">:</font><font color=" $+ $hget(html,text) $+ "> $strip($replace($1-,$chr(60),<)) </font><br>
}
else {
write $hget(html,apache) $+ $chan $+ .html <font color=" $+ $hget(html,input) $+ "><b> $+ $me $+ </font></b><font color=" $+ $hget(html,text) $+ ">:</font><font color=" $+ $hget(html,text) $+ "> $strip($replace($1-,$chr(60),<)) </font><br>
}
}
}Thanks for reading.

- Demolution