Top

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 
  Bookmark and Share

Introduction

Load it into its own remotes. Set yourself as owner and what channel you want it to work in by typing /setoc <your_nick> <channel> then turn them on by right clicking any channel for a menu or private messaging the bot either !m on, !m off, !m2 on, or !m2 off to set/unset the two parts.

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.


Grab the Code

Comments

  (2)  RSS
Anti
Comments: 305
 
mIRC Snippet:  My version of making a bot talk
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
Mr_E
Comments: 11
 
mIRC Snippet:  My version of making a bot talk
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

Please Register or Login to start posting comments.
Bottom