This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 66 matches

by aslpls
Fri Feb 07, 2025 3:02 am
Forum: Script Requests
Topic: add owner in eggdrop
Replies: 3
Views: 107404

Re: add owner in eggdrop

@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...
by aslpls
Mon Feb 03, 2025 1:44 am
Forum: Script Requests
Topic: add owner in eggdrop
Replies: 3
Views: 107404

Re: add owner in eggdrop

hello Crazycat, i'll test it and update here soon...
by aslpls
Sun Feb 02, 2025 5:13 am
Forum: Script Requests
Topic: add owner in eggdrop
Replies: 3
Views: 107404

add owner in eggdrop

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 ...
by aslpls
Tue Dec 31, 2024 1:55 am
Forum: Other Topics
Topic: Happy 2025
Replies: 4
Views: 99084

Re: Happy 2025

Look out 2025, here we come! May love and laughter fill your year! Ring out the old, ring in the new! Cheers to the New Year!
by aslpls
Wed Dec 18, 2024 5:56 am
Forum: Script Support & Releases
Topic: chanserv.tcl
Replies: 21
Views: 52021

Re: chanserv.tcl

thank you Crazycat, now it is not ignoring..

the list it is only showing from dcc.. anyway for now this is ok.. i'll try to search maybe, and maybe i can find something.. :D
by aslpls
Tue Dec 17, 2024 7:38 am
Forum: Script Support & Releases
Topic: chanserv.tcl
Replies: 21
Views: 52021

Re: chanserv.tcl

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 aslpls
Mon Dec 09, 2024 1:13 pm
Forum: Script Support & Releases
Topic: chanserv.tcl
Replies: 21
Views: 52021

Re: chanserv.tcl

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...
by aslpls
Mon Dec 09, 2024 9:40 am
Forum: Script Support & Releases
Topic: chanserv.tcl
Replies: 21
Views: 52021

Re: chanserv.tcl

no error after installing this

Code: Select all

apt install tcllib-critcl
and then restart your bot..
by aslpls
Mon Dec 09, 2024 4:38 am
Forum: Script Support & Releases
Topic: chanserv.tcl
Replies: 21
Views: 52021

Re: chanserv.tcl

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 - "...
by aslpls
Mon Dec 09, 2024 2:24 am
Forum: Script Support & Releases
Topic: chanserv.tcl
Replies: 21
Views: 52021

Re: chanserv.tcl

i have added the suggestion of Crazycat and Carlino but it seems still not working..
by aslpls
Sun Dec 08, 2024 4:57 pm
Forum: Script Support & Releases
Topic: chanserv.tcl
Replies: 21
Views: 52021

Re: chanserv.tcl

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...
by aslpls
Sun Dec 08, 2024 3:40 pm
Forum: Script Support & Releases
Topic: chanserv.tcl
Replies: 21
Views: 52021

Re: chanserv.tcl

simo wrote: Sun Dec 08, 2024 3:37 pm are you gonna use this on dalnet ?
probably yes, and also in other network that have chanserv.
by aslpls
Sun Dec 08, 2024 2:28 pm
Forum: Script Support & Releases
Topic: chanserv.tcl
Replies: 21
Views: 52021

Re: chanserv.tcl

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...
by aslpls
Sat Dec 07, 2024 3:24 am
Forum: Script Support & Releases
Topic: chanserv.tcl
Replies: 21
Views: 52021

chanserv.tcl

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 ...
by aslpls
Sat Nov 30, 2024 4:59 am
Forum: Shell & Bouncer Help
Topic: znc
Replies: 8
Views: 159902

Re: znc

abah wrote: Thu Nov 28, 2024 10:45 am How to make crontab for znc
hey abah, check this link maybe it helps. scroll down to find the crontab.

https://wiki.ircnow.org/index.php?n=Znc.Install