dictionary.com:
recursion

<mathematics, programming> When a function (or procedure)
calls itself. Such a function is called "recursive". If the
call is via one or more other functions then this group of
functions are called "mutually recursive".


As I said, mutually recursive functions are allowed in mirc, so I think we can say "mirc supports recursion".