something like

Code:
on *:join:#channel: {
if ($nick == MrMagooba) || ($nick == Magooba) { 
 msg VoiceBot VOICE $nick 
 }
} 

Last edited by Lowest; 02/03/03 09:32 PM.