Hey,
for example i have this if commands:

if ($nick !isop #) { return }
if ($2 != $null) { return }
if ($2 isalnum) { return }

Is it poossible to bring all this in one line with one result: { return } ?