======Expandos:====== =====What is an expando?===== An expando is anything that follows a $. To be more precise, an expando is any part of an ircII statement that is not literal text, but rather symbolicly acts as a placeholder for some other text. One of the jobs of the ircII language is to replace expandos with their values. =====What kinds of expandos are there?===== ^ Syntax ^ Explanation ^ | $variable | A variable (either local or global) | $:variable | A local variable | $::variable | A global variable | $X | Where X is one letter, an //inline expando//