Added by HOT MAN about 7 years ago
Here is a automated saying back hello script from mirc, please someone write it for adiirc
;When a user types Hello! in a channel,
;you answer back: Hello, [nickname]!
on *:TEXT:Hello!:#:{ msg $chan Hello, $nick $+ ! }
This script should work just fine in AdiIRC.