A little custom timestamp NICK!
Platform: mIRC
Published Mar 09, 2005
Updated Sep 04, 2008
This is when you see the <$nick> or ($nick) It changes it to look like:
+/%/@ <-- Depending on their status ($timestamp /\ $nick) @/%/+
And you can change on to a certain person who you want to pay attention to.. Doesn't change yours
on ^*:TEXT:*:#: {
if ($nick == SPECIAL NICK!!!) {
echo -ti2mbfl # 1,11(12*<1,12|12,11>4*1 $+ $nick $+ 12*4<1,4|4,11>*1) $1- | haltdef
}
else if ($nick isop $chan) {
echo -ti2mbfl # 1,4@( $+ $timestamp /\ $nick $+ )@ $1- | haltdef
}
else if ($nick ishop $chan) {
echo -ti2mbfl # 1,9%( $+ $timestamp /\ $nick $+ )% $1- | haltdef
}
else if ($nick isvoice $chan) {
echo -ti2mbfl # 1,8+( $+ $timestamp /\ $nick $+ )+ $1- | haltdef
}
else {
echo -ti2mbfl # ( $+ $timestamp /\ $nick $+ ) $1- | haltdef
}
}