I've still been going through tutorials and I noticed some of them say the scripting is diff. depending on the v. of IRC so how am I supposed to know? Here's an e.g. that returns, when put in my Aliases, it gives me (ELSE) is an invalid command and (ELSEIF) is an invalid command.
/testing {
if ($me == $1) { /say $1 is $me }
elseif ($1 == $null) { /echo oopsie, forgot a variable }
else { /say $1 is not $me }
}
The first part works, so that if I type in: /testing <nick> it returns the proper "<nick> is <nick>
Tx again...