Hi all!
I've started making bots a few dayes ago...well i'm only starting.
I won't give all my history here, so buttom line is there are some things i don't know how to do:
1) How can i give only ops the ability to give a bot a specific command and write an error message else. that's what i have 4 now:
remote window:
Code:
on 1:text:autowelcome on:?:{ .enable #welcome | /msg $nick The auto-welcome is now switched ON }
on 1:text:autowelcome off:?:{ .disable #welcome | /msg $nick The auto-welcome is now switched OFF }
#welcome on
on 1:JOIN:#channel-x:/msg $nick Welcome $nick ! Thx for coming to #channel-x channel! Plz stay, enjoy and perform!
#welcome end 
 

popup window:
Code:
 Turn welcome message on: {.enable #welcome}
Turn welcome message off: {.disable #welcome}  


2) How can i give an op the option to edit the bot's message? for example, i have this:
Code:
on 1:TEXT:!news:#channel-x:/msg $chan bla bla 

and i want the admin to be able to edit it.

3) Not a bot question. How can I make me write an auto-message when someone gives me an op/voice.

Thanking you all very much in anticipation!
wink

***edit***
and i forgot a 4th one smirk
4) How can I make the protection that if another op deops/kicks/bans me in a channel that i'm oped in he gets an auto ban+kick before?

***last edit***
As you see I'm kind of a newb. If you can give me some good and advanced, yet easy to understand, tutorials it will be really great. 10x again!

Last edited by x3RiouS; 06/05/04 07:13 PM.