Remote Command Adder For mIRC Bot

By GrimReaper on Mar 19, 2009

It's just a simple remote command adding script...

Syntax: !add trigger Text to say

it's just a quickly made snippet

Change #CHANNEL for your bot's channel should he have one :)

If not replace #CHANNEL with $chan ;D

on *:TEXT:!add *:*: {
  write C:\testing.txt on *:TEXT:! $+ $2 $+ : $+ $chan $+ : { msg $chan $3- }
  .timer 1 1 msg #CHANNEL $nick added a script to me in $chan $+ .
  .timer 1 1 load -rs C:\path\to\file
}

Comments

Sign in to comment.
shaneny   -  Jul 10, 2010

Great script! But I think you should put some protection on things like people putting in } exit -n etc.

 Respond  
jackster35-1   -  Jan 25, 2010

Be better if you could delete then aswell instead of just adding also make the triger a bit longer in stead of one word like !add who is jack then the seporator | then the words here :|
it would be much better

:)

Thanks

 Respond  
dotcomboy17   -  Nov 25, 2009

Nice script. would be nice if there was a command to remove or change parts of the script with given commands

Let me see if i can work out how to do it... oh, I wonder if its possible to make each file be the name of the channel, example #DCBTVShow commands are kept in once place to #dotcomboy17 commands :)

Thanks Grim for sharing this script, Working on it now :)
Dotcomboy17

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.