hey,
i am trying to make my theme so it loks how i want and i am having troble with on input...
here is my problem...
i can get it to display how i want ex. 10:23pm (@captain_obvious) blah.
but when i press ctrl + enter it displays liek this...
10:23pm <captain_obvious> /clear
teh problem is i want it to diplay like the first one and here is my code... maybe you people can help me
on *:INPUT:#: {
if ($left($1,1) != /) && ($ctrlenter == $false) {
echo $active $tstamp ( $+ $nick($chan,$me).pnick $+ ) $1-
.msg $active $1-
halt
}
elseif ($left($1,1) == /) && $ctrlenter == $true) {
echo $active $tstamp ( $+ $nick($chan,$me).pnick $+ ) $1-
.msg $active $1-
halt
}
}
again thanks for any help you can offer!