@Crazycat, i find this .. it works .. does this code ok? proc addowner:pub {nick uhost hand chan arg} { # Check if the user has the necessary permission if {![matchattr [nick2hand $nick] n]} { return } # Extract the owner's nickname from the argument set owneradd [lindex [split $arg] 0] # Validate t...
hi, good day to all. i would like to request a simple tcl for adding as a owner in eggdrop. let's say i have an eggdrop bot and i need to add my friend as owner in eggdrop. Cmds be like: botname: !add owner myfriend botname: Added user myfriend with hostmask: *!*myfriend@myfriend.users.undernet.org ...
in connection with the script above, i've found another feature to add. If you have another way on how the script works is much appreciated. here is a sample code; set channel "#aslpls" set chanserv "ChanServ@services.dal.net" proc is_valid_channel {channel} { return [string matc...
by the way I've tried it in another network with unrealircd.. it is working.. thanks to all of you for contributing some ideas.. maybe it is in different ways as he explained. anyway, i got it now.. even if the script is not perfect and needs improvement.. but it works as i need it.. cheers to all c...
based on my first post and the script the simo posted.. and as per on my search online, this is what i found and come up with the code.. simple but it is working 100% on the network that have Chanserv set channel "#aslpls" set chanserv "ChanServ@services.dal.net" bind pub - "...
I've tried the script but this required: it shows like this.. <@aslpls> !aop -Bot- !aop add/del nick <@aslpls> !aop add janice -Bot- !aop add/del nick <@aslpls> !aop add -Bot- has been added on the AOP List of channel: #aslpls. from DCC it shows <Bot> [16:02:18] -ChanServ (service@dal.net)- Usage: A...
What do you mean with "bot commands" ? public commands in the channel ? sorry for the term "bot commands".. what i mean is that.. from the public commands in the channel.. i need it in the tcl script. then add the tcl script in source scritps/chanserv.tcl then when i do the comm...
example: i am the owner of the channel in dalnet, then i've added the bot as channel manager or sop level access just to add a new user access in the channel. here is the few basic command in dalnet chanserv services /chanserv aop #docsteam add janedoe /chanserv aop #docsteam del janedoe /chanserv ...