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 1089 matches

by simo
Sun Sep 17, 2023 10:55 am
Forum: Scripting Help
Topic: Ircop eggdrop bot with SACommands
Replies: 26
Views: 17896

Why not use chanserv for that? we use chanserv but opers not around all time to op chanops you could try this : set chanopschan "#chanops" bind pub -|- !op Pub:OP:monotor-channel proc Pub:OP:monotor-channel {nick host hand chan text} { set text [regsub -all -- {\s{2,}} [string trim [strip...
by simo
Sat Sep 16, 2023 6:12 am
Forum: Scripting Help
Topic: Ircop eggdrop bot with SACommands
Replies: 26
Views: 17896

The design of chanserv auto - admins/ops/hops list is to work without the need of any oper being around.
by simo
Fri Sep 15, 2023 8:01 pm
Forum: Scripting Help
Topic: Ircop eggdrop bot with SACommands
Replies: 26
Views: 17896

can you please do modify in this script for simple use? need it work in #Chanops .. when the chanop need to op in any room by bot, he/she have to type: !op #chan to get op in that room + confirm msg in #chanops he/she opped !deop #chan to drop op + confirm msg in #chanops he/she deopped !hop #chan ...
by simo
Tue Sep 05, 2023 6:37 am
Forum: Script Requests
Topic: Kick users after a certain amount of time spent in the chan
Replies: 32
Views: 24275

Yusif wrote:can someone please help to add to this tcl warn-message on user join that he/she have only 15 minutes to idle in the channel and work for #Help
How about adding that in the channel topic for everyone to see on join?
by simo
Sun Sep 03, 2023 8:12 am
Forum: Script Requests
Topic: Counter help
Replies: 6
Views: 6587

lets start with :

what are u expecting it to do?

and what error does it output if any ?
by simo
Fri Sep 01, 2023 9:31 am
Forum: Script Requests
Topic: debug on connect
Replies: 7
Views: 4557

check this thread for the use of colors :

http://forum.egghelp.org/viewtopic.php?p=104917
by simo
Thu Aug 31, 2023 2:29 pm
Forum: Script Requests
Topic: debug on connect
Replies: 7
Views: 4557

Btw there is a module in inspircd chanlog that does output to a channel as well like connect disconnect nickchange filters and so on
by simo
Wed Aug 30, 2023 8:44 pm
Forum: Script Requests
Topic: debug on connect
Replies: 7
Views: 4557

Try this if it works as expected. set outputchan "#debug" bind raw - NOTICE server:notices proc server:notices {from keyword text} { global outputchan set text [regsub -all -- {\s{2,}} [string trim [stripcodes * $text]] { }] if {[regexp -nocase { REMOTECONNECT: Client connecting at (\S+\:)...
by simo
Mon Aug 21, 2023 11:57 am
Forum: Scripting Help
Topic: need help with warn script
Replies: 11
Views: 7457

lets start with what are you trying to achieve ?
by simo
Fri Aug 11, 2023 4:28 pm
Forum: Script Requests
Topic: ctcp no version reply help
Replies: 16
Views: 16026

Also u seem to use ping to check version
by simo
Wed Aug 09, 2023 4:47 pm
Forum: Eggdrop Help
Topic: making bot with eggdrop ?
Replies: 3
Views: 6113

Take a copy of the basic eggdrop conf file edit it and rename it and start it
by simo
Wed Aug 09, 2023 3:45 pm
Forum: Eggdrop Help
Topic: making bot with eggdrop ?
Replies: 3
Views: 6113

by simo
Wed Jul 05, 2023 9:47 am
Forum: Script Requests
Topic: anti repeatitive characters freezing bot
Replies: 2
Views: 3701

anti repeatitive characters freezing bot

greetz gentz i have a question about this tcl that detects repeated characters exceeding 20 like : hhhhhhhhhhhhhhhhhhhh h a h a h h a h a h h a h a h h a h a h hahahhahahhahahhahah haahaahaahaahaahaahaahaahaahaahaahaa and so on bind pubm - * XantiX:repeatchars:text proc XantiX:repeatchars:text {nick...
by simo
Mon Jun 26, 2023 11:39 am
Forum: Script Requests
Topic: needs an upgrade :oops:
Replies: 14
Views: 13461

depending on the ircd type and network and wether the bot is opered or not you could use different raw numerics or just the nick and the ircd will retreive the ip of the nick (if nick is still connected to the network that is) but im not sure what you are trying to do or achieve perhaps you could el...
by simo
Wed Jun 21, 2023 9:50 am
Forum: Script Requests
Topic: anti mass joins with netsplit check
Replies: 3
Views: 4265

hey there SpiKe^^ ive tested the tcl on dalnet on a netsplit and it ignored the stored hosts as expected wich is excellent and i also tested it on my own test server to try the regular mass joins check wich seems to work as expected as well so far all seems good if others would load this tcl and pro...