mIRC Home    About    Download    Register    News    Help

Print Thread
#129728 08/09/05 08:08 PM
Joined: May 2005
Posts: 449
Fjord artisan
OP Offline
Fjord artisan
Joined: May 2005
Posts: 449
I have it set up so that my bot is the registered owner of the channel because it needs to be able to run the ChanServ bot. I'm trying to set this up so that if a level 10 user sends my bot a notice in the specific format, the bot will then take that data and run the ChanServ bot with it. Here's the code, along with the first line of the next section just so you can tell me if they conflict, which I don't think they do. Thanks.

on 10:NOTICE:*!*:?: {
if $left($1-,3) == !me) { msg botserv act #Blake $strip($1-,!me) }
elseif $left($1-,4) == !say) { msg botserv say #Blake $strip($1-,!say) }
else { echo }
}
on 1:NOTICE:*:?: {

#129729 08/09/05 08:42 PM
Joined: May 2005
Posts: 449
Fjord artisan
OP Offline
Fjord artisan
Joined: May 2005
Posts: 449
I got my answer. It helps when someone on the server I'm on sees this message board, lol. Thanks.


Link Copied to Clipboard