egghelp.org community Forum Index
[ egghelp.org home | forum home ]
egghelp.org community
Discussion of eggdrop bots, shell accounts and tcl scripts.
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

change mode

 
Post new topic   Reply to topic    egghelp.org community Forum Index -> Script Requests
View previous topic :: View next topic  
Author Message
WisH-GR
Voice


Joined: 17 Aug 2009
Posts: 9

PostPosted: Wed Nov 25, 2009 2:43 am    Post subject: change mode Reply with quote

hello i would like to request help with a script
i want a script that if a user has a specific flag on a specific channel the bots sits in (for example +Z on #Botlot) if the user types !cmode #channel +-modes the bots changes the mode on that channel.
Thank You
PS:
my bot sits on that channel #botlot and accepts all commands in that channel so i want the bot to be able to change mode on other chans as well.on any chan it is asked to
Back to top
View user's profile Send private message
WisH-GR
Voice


Joined: 17 Aug 2009
Posts: 9

PostPosted: Fri Dec 04, 2009 2:15 am    Post subject: Reply with quote

anyone ppl?
Back to top
View user's profile Send private message
blake
Master


Joined: 23 Feb 2009
Posts: 201

PostPosted: Fri Dec 04, 2009 8:06 am    Post subject: Reply with quote

Code:
bind pub Z|Z !cmode cmode_proc

proc cmode_proc { nick uhost hand chan arg } {
  set chan [lrange [split $arg] 0 end] 
  putserv "mode $chan " 
}


this will do what you want aslong as your bot as ops on the channel
COMMAND !cmode #channel +or- modes
_________________
Blake
UKEasyHosting UKStormWatch
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    egghelp.org community Forum Index -> Script Requests All times are GMT - 4 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Forum hosting provided by Reverse.net

Powered by phpBB © 2001, 2005 phpBB Group
subGreen style by ktauber