How would I go about putting an 'or' in an if statement.
What is the command for or?

on *:join:#channame: if $nick == MrMagooba || Magooba { msg VoiceBot VOICE MrMagooba }
|| = 'or' (best guess)

Would this work?