HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/share/ircII/script/times
#	$eterna: times,v 1.5 2001/11/29 23:03:10 mrg Exp $
#
# prefix messages with the time

# this is our hook into the `columns' script.
assign ircii.loaded_times 1

on ^msg * echo $Z *$0* $1-
on ^send_msg * echo $Z -> *$0* $1-
on ^dcc * echo $Z =$0= $1-
on ^send_dcc * echo $Z -> =$0= $1-
on ^public * echo $Z <$0> $2-
on ^public_other * echo $Z <$0:$1> $2-
on ^send_public * echo $Z > $1-

# if we did this, we want to refresh it, with ircii.loaded_times=1
if (ircii.loaded_columns) {load columns}