mIRC Homepage
I'm looking for a script to be able to add commands through chat.
The commands can be read from a file (ex: Commands.ini)
/writeini
/remini
$readini
on text
/msg
#
if then else

Type /help and find these items in the help files. They're all you need to store and create simple messages through an ini file dynamically.

Example:
On text > if nick is not op return
write !dynamic_trigger ($2 or something) to file with $3- as message
on any text, check if $1 is any of the channel's dynamic_triggers in the ini file. If is, message channel said value
© mIRC Discussion Forums