Code: Selecteer alles
//-- mod : totally erc ---------------------------------------------------------
//-- delete
/*-MOD
'MESSAGE_TO' => $username_to,
'MESSAGE_FROM' => $username_from,
MOD-*/
//-- add
'MESSAGE_TO' => $erc->get_colors($privmsg, $privmsg['username_2'], '_2'),
'MESSAGE_FROM' => $erc->get_colors($privmsg, $privmsg['username_1'], '_1'),
//-- fin mod : totally erc -----------------------------------------------------
Code: Selecteer alles
#
#----------[ FIND ]-------------------------------------
#
'MESSAGE_FROM' => $username_from,
#
#----------[ REPLACE WITH ]-----------------------------
#
'MESSAGE_FROM' => $username_from . ' ' . $user_onlinestatus,