Pagina 1 van 1

online ofline probleem (opgelost)

Geplaatst: 20 mei 2006, 22:51
door calimero
hoe los ik dit op totaly erc staat in de weg





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,

Geplaatst: 20 mei 2006, 23:38
door Insomnia

Code: Selecteer alles




'MESSAGE_FROM' => $erc->get_colors($privmsg, $privmsg['username_1'], '_1') . ' ' . $user_onlinestatus, 


Verander het daar es in
ik weet niet of dit goed is

Geplaatst: 21 mei 2006, 11:23
door calimero
thnx het werkt :wink: