SlunkBot
mIRC Code
+ 1 likes
Please Register to submit score.
| Average Score | 3.0 (of 1 scores) |
| Date Added | Sep 16, 2008 |
| Last Updated | Sep 17, 2008 |
| Tags | bot |
Introduction
you paste this code neatly in the remotes section of mirc (press alt+r to get to remotes)
and paste the code in there. after you paste the code AND SAVE IT, type /slunkstart to begin using the script.
mIRC Snippet:
SlunkBot
Posted on Sep 17, 2008 2:16 am
Posted on Sep 17, 2008 2:16 am
without my first cuppa coffee in the morning.... firstly... you have noisy commands flying all over the place.. eg
make the timers and notices all .timer and .notice.
also whilst on the subject of timers.. they are non working as you have only given one parameter. to make a timer work you need 2 parameters. eg (.timer 1 5 <command>) that example gives a 5 second delay. umm what else.. oh yes.. the echos. you have some labelled as echo -a and others just as echo. you need to take time to ensure all commands are labelled correctly :)
gonna leave the rest till i either get a decent brew on or the others get there first. otherwise the script seems to cover a good part of the basics. with some editing and cleaning up of code it has potential :)
| Code: |
| timer 1 $2 mode $chan -b $address($1 ,1) |
| Code: |
| echo -a $1 has been removed from slunkaccess. notice $1 You have been removed from slunkbot's access user list. } |
make the timers and notices all .timer and .notice.
also whilst on the subject of timers.. they are non working as you have only given one parameter. to make a timer work you need 2 parameters. eg (.timer 1 5 <command>) that example gives a 5 second delay. umm what else.. oh yes.. the echos. you have some labelled as echo -a and others just as echo. you need to take time to ensure all commands are labelled correctly :)
gonna leave the rest till i either get a decent brew on or the others get there first. otherwise the script seems to cover a good part of the basics. with some editing and cleaning up of code it has potential :)
mIRC Snippet:
SlunkBot
Posted on Sep 17, 2008 3:14 pm
Posted on Sep 17, 2008 3:14 pm
The point was to give the person ops if they change computer, but you are right, the i should have made it accept the nick in case of the owner using a diff ip... anyways, i made this in an hour, its my very first time scripting, and honestly it works and i like it, so maybe others will too. But yeah, it has some major issues...






