My version of making a bot talk
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 5.0 |
| Scores Submitted | 1 |
| Date Added | Jul 31, 2007 |
| Last Updated | Aug 08, 2007 |
| Tags | bot say talk |
|
|
Introduction
If only Bot talk 1 (!m on) is set it will send your messages and say "<nick> must be stupid to think they can pull my strings" when someone else does it
If Both (!m on and !m2 on) are set when some else attempts to use the bot to talk it will deop, dehalf-op or devoice the user and gag them.
mIRC Snippet:
My version of making a bot talk
Posted on Aug 13, 2007 6:37 pm
Posted on Aug 13, 2007 6:37 pm
rofl indeed i do like you could make this alot simpler by
---
on 5:TEXT:.Say:#: {
.msg $chan $1-
}
on 5:TEXT:.Act:#: {
.describe $chan $1-
}
---
i also like your idea :D
---
on 5:TEXT:.Say:#: {
.msg $chan $1-
}
on 5:TEXT:.Act:#: {
.describe $chan $1-
}
---
i also like your idea :D
mIRC Snippet:
My version of making a bot talk
Posted on Aug 14, 2007 8:47 am
Posted on Aug 14, 2007 8:47 am
Well doing it by access levels is a pain if you ask me...plus on my script I have a few more options now and it involves setting two owners and 4 admins o_O






