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
Thu Sep 09, 2021 8:41 pm
Forum: Scripting Help
Topic: set mode on join
Replies: 10
Views: 3939

hi

CracyCat
Need to kill time when a user join before expire time of unset mode so can start from start to count time maybe
but is ok thx a lot from ur help
by Gulio
Thu Sep 09, 2021 2:03 pm
Forum: Scripting Help
Topic: set mode on join
Replies: 10
Views: 3939

hi

Spike^^ yes u right ur fix now works thx, but is set and unset mode now on join

Code: Select all


[20:59:50] * Joins: pheleas_frog (59d2ec67@Test-AED0FB6F.mibbit.com) 
[20:59:51] * irc.Test.com sets mode: +E
[20:59:51] * irc.Test.com sets mode: -E
by Gulio
Thu Sep 09, 2021 1:48 pm
Forum: Scripting Help
Topic: set mode on join
Replies: 10
Views: 3939

Hi

If the user join 1 min after bot unset mode -E to set again evry time when or to stay +E is match hostmask *.mibbit.com till is not enter again
yes samode is for ircops opers flags command
by Gulio
Thu Sep 09, 2021 4:17 am
Forum: Scripting Help
Topic: set mode on join
Replies: 10
Views: 3939

hi

and now how need to be ? now no errors but is not set mode on channels set chanban "#test1 #test2" set checkdomain {"*.mibbit.com"} set chanmode "E" set timemode "60" bind join - * banmibbit proc banmibbit {nick host hand chan} { global chanban checkdomain cha...
by Gulio
Thu Sep 09, 2021 4:07 am
Forum: Scripting Help
Topic: set mode on join
Replies: 10
Views: 3939

hi

mode +E is my module who block users with this hostmask of mibbit to talk in channe'
by Gulio
Thu Sep 09, 2021 1:13 am
Forum: Scripting Help
Topic: set mode on join
Replies: 10
Views: 3939

set mode on join

i want to set samode both 2 channels +E when is match hostmask *.mibbit.com on join and to unset mode channels after 60 min can someone help thx in advance Joins: mib_ufoo9l (59d2ec67@Test-B3B25F2D.mibbit.com) set chanban "#test1 #test2" set checkdomain {"*.mibbit.com"} set chanm...
by Gulio
Mon Aug 02, 2021 10:44 am
Forum: Scripting Help
Topic: regex exp
Replies: 9
Views: 5378

Hello

CrazyCat in my test network works is match 10 connection but in real network with 5 server hub link is not match read 10 mass connection maybe script read only local not remote ? now is set mode and send msg 2 min after mass connection and repeating send msg why ? need only 1 time to send msg !gline...
by Gulio
Mon Aug 02, 2021 10:13 am
Forum: Scripting Help
Topic: regex exp
Replies: 9
Views: 5378

Here i mean to exclude connection with "via webirc" same how is for "secure "connection regexp {Nick:\ ([^\ ]+).+Ident:\ ([^\ ]+).+IP:\ ([0-9\.]+).+$} via WEBIRC} $text - nick ident ip via WEBIRC set mhrp(flood) 10:30 set mhrp(nicks) {} set mhrp(on) 0 set mhrp(exclude) {"*.i...
by Gulio
Mon Aug 02, 2021 9:53 am
Forum: Scripting Help
Topic: regex exp
Replies: 9
Views: 5378

hi

I want to get this nick - iden - ip - via WEBIRC with rEgex u did to read and via WEBIRC so i can exclude the 10 connection in 30 seconds with via WEBIRC who are from website and bot to triger only when 10 connection are without "secure" && "via WEBIRC" regexp {Nick:\ ([^...
by Gulio
Mon Aug 02, 2021 9:02 am
Forum: Scripting Help
Topic: regex exp
Replies: 9
Views: 5378

hi

Crazycat thx but can be to match as secure: the text via WEBIRC to not trigger so i can use as exclude via WEBIRC same as secure and host ? the host can be reverse or ip depend from users provider host is other and the ip is other but on this notice is nick iden ip connected via WEBIRC clonex and pr...
by Gulio
Mon Aug 02, 2021 8:16 am
Forum: Scripting Help
Topic: regex exp
Replies: 9
Views: 5378

Hello

CrazyCat cozz 1 website dont have tls secure connection only the notice info input of connected via WEBIRC, also on connection is not trigger when blacklist match them first is trigger only when is find 10 user from the website without secure for that i added that second string to match via webirc s...
by Gulio
Sun Aug 01, 2021 12:11 am
Forum: Scripting Help
Topic: regex exp
Replies: 9
Views: 5378

is give me 1 error her e how to fix this ? [06:04:31] Tcl error [massconnectflood]: can't read "host": no such variable set mhrp(flood) 10:30 set mhrp(nicks) {} set mhrp(on) 0 set mhrp(exclude) {"*secure*" "*.irccloud.com" "*.mibbit.com"} set mhrp(chanmode) &q...
by Gulio
Sat Jul 31, 2021 12:20 pm
Forum: Scripting Help
Topic: regex exp
Replies: 9
Views: 5378

regex exp

how can i get exp regex to get nick iden ip and via WEBIRC info and nick iden ip continent country countrycode this info On Connect to be 1 regex for all this 3 info notice if {[string match *!*@* $from] || ![string match -nocase "*client connecting*" $text] || ![string match -nocase "...
by Gulio
Thu Jul 29, 2021 8:30 pm
Forum: Script Requests
Topic: Store host of nicks that quit IRC for a short period
Replies: 31
Views: 12577

Hello

Spike^^ thx for the new option u added is work great and not errors
by Gulio
Wed Jul 21, 2021 3:37 am
Forum: Script Requests
Topic: how to match detect this kind of flood
Replies: 0
Views: 4871

how to match detect this kind of flood

how to do it to match 2 letters and down for lines from 1 nick or multi nick host text and action also when is match *.irccloud.com and *.mibbit.com to send ban on *!iden@* [16:31:38] <guest827> A [16:31:40] <guest827> B [16:31:42] <guest827> C [16:31:45] <guest827> Ç [16:31:47] <guest827> D [16:31:...