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

by Gulio
Mon Jul 12, 2021 6:14 am
Forum: Scripting Help
Topic: check mass connect
Replies: 22
Views: 12087

hi

The Result here is possible to send after the 10 nick connection !gline on to not enable for innocent users on connect cozz here is send msg channel on 2 connection [13:01:22] <@InfoServ> USERS: Domeniga!domeniga@192.111.139.165 (32F07FFA.6BCFB625.C64C234B.IP) (Domeniga) connected to the network [13...
by Gulio
Mon Jul 12, 2021 6:04 am
Forum: Scripting Help
Topic: check mass connect
Replies: 22
Views: 12087

hi

is a problem this notice ?

Line 17: NOTICE: Found constant "::mhrp(nicks)" which is also a variable.

Code: Select all

utimer $seconds [list lreplace ::mhrp(nicks) [lsearch ::mhrp(nicks) $nick] [lsearch ::mhrp(nicks) $nick]]
by Gulio
Mon Jul 12, 2021 5:58 am
Forum: Scripting Help
Topic: check mass connect
Replies: 22
Views: 12087

hi

1 error on restart

Code: Select all

Error loading script 'scripts/gline-on.tcl': wrong # args: should be "proc name args body"
need

Code: Select all

proc massconnectunflood {} {
by Gulio
Mon Jul 12, 2021 5:20 am
Forum: Scripting Help
Topic: check mass connect
Replies: 22
Views: 12087

hi

Is work is send msg a channel but is send for each connection need to send 1 time only when is match 10 connection and more in 30 second same and for !gline off !gline on [12:17:35] <@InfoServ> USERS: Tildie!tildie@72.221.164.34 (715394D6.28271C50.C0D4321D.IP) (Tildie) connected to the network [12:1...
by Gulio
Sun Jul 11, 2021 6:44 pm
Forum: Scripting Help
Topic: check mass connect
Replies: 22
Views: 12087

hi

Now dont have errors but is not send msg to channel # Mass Connect flood, Match on repeats:seconds # set mhrp(flood) 10:30 set commChan "#services" bind raw - NOTICE massconnectflood proc massconnectflood {frm key text} { global mhrp if {[string match *!*@* $frm] || ![string match -nocase ...
by Gulio
Sun Jul 11, 2021 3:38 pm
Forum: Scripting Help
Topic: check mass connect
Replies: 22
Views: 12087

hi

i want to enable other bot with this
by Gulio
Sun Jul 11, 2021 3:05 pm
Forum: Scripting Help
Topic: check mass connect
Replies: 22
Views: 12087

hi

Here is triger in every conenction and this is bad need 1 time to riger when is match 10:30 [20:53:00] Tcl error [massconnectflood]: expected integer but got "10 30" [20:53:00] -NOTICE- *** Client connecting: Robinette (robinette@72.221.164.34) [72.221.164.34] [class: clients] [reputation:...
by Gulio
Sun Jul 11, 2021 6:07 am
Forum: Scripting Help
Topic: check mass connect
Replies: 22
Views: 12087

check mass connect

I am trying to check mass connect flood here so bot can say msg !gline on chanel and when say !gline on , after 10 min to say msg chan !gline off to disable any idea how to fix get work properly, thx in advance 1 error in PartyLine Tcl error [massconnectflood]: expected integer but got "10:30&q...
by Gulio
Mon Jul 05, 2021 4:15 pm
Forum: Script Requests
Topic: Store host of nicks that quit IRC for a short period
Replies: 31
Views: 12847

Hello

Spike^^ now i tested the Kick and KB from CS and from my script Mirc and is work saves the kick , this is great , thx a lot again .
by Gulio
Sun Jul 04, 2021 5:20 pm
Forum: Script Requests
Topic: Store host of nicks that quit IRC for a short period
Replies: 31
Views: 12847

hi

I have another request for store info on kicks from other scripts or cs
like bind store kicks if is possible to be add , thx in advance
by Gulio
Fri Jul 02, 2021 12:07 am
Forum: Script Requests
Topic: solicitud de guiones
Replies: 42
Views: 17993

hi

If u like try this too bind mode - "*-*o*" self-pro:autoreop proc self-pro:autoreop {nick uhost hand chan mode target} { global botnick if {($target == $botnick)} { putquick "cs op $chan" } } bind kick - * prot:kick proc prot:kick {nick uhost handle channel theone arg} { global b...
by Gulio
Sun Jun 20, 2021 7:54 pm
Forum: Script Requests
Topic: Store host of nicks that quit IRC for a short period
Replies: 31
Views: 12847

Hello

is possible to add and 1 options here in this script save host set chtarget "#Test" set chadmin "#Opers" from channel #opers to use those triger command for main chan #Test same command how is for main channel so the staf can kick and ban and from #opers and this command to be us...
by Gulio
Mon Jun 07, 2021 4:05 pm
Forum: Script Requests
Topic: whois info
Replies: 12
Views: 4901

Hello

I Did this but is send report from msg report of client irc not from webirc who the user join with , if someone can help thx in advance [22:20:42] * Joins: mib_ciulq5 (2e67b313@Test-AED0FB6F.mibbit.com) Report from wrong source msg report [22:20:45] <~Bot> JOINS:CLIENTIRC ☛ mib_ciulq5 - IP: 46.103.1...
by Gulio
Mon Jun 07, 2021 1:40 pm
Forum: Script Requests
Topic: whois info
Replies: 12
Views: 4901

Hello

how need to be to check the Ip in GECOS (RealName) when a user join with hostmask *.mibbit.com *.kiwi.com and give same report channel and action /os snline $gecos +2h:Reason 19:01:38] * Joins: figaro (2e67b313@Test-AED0FB6F.mibbit.com) With Whois raw 311 mib_xrrqa6 is 2e67b313@Test-B3B25F2D.mibbit....
by Gulio
Sun Jun 06, 2021 9:27 pm
Forum: Script Requests
Topic: whois info
Replies: 12
Views: 4901

Hello

i fixed now is work the script need a regex for ip to get ip to check and give report in chan if {[regexp -- {.*?(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}).*?\((.*?)\)} - ip]} { here proc scanip:proxy_check {ip nick} { ::http::config -useragent "lynx" set ipq [http::geturl http://ip-api.com/json...