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

by laynuks
Sun Jun 13, 2004 2:28 am
Forum: Archive
Topic: how to modify this script to apply in all channels
Replies: 9
Views: 4009

caesar wrote: bind kick - "*" the:x:kick proc the:x:kick {nick uhost hand chan vict reas} { if {![isbotnick $vict] || $nick != "X"} { return } set kicker [string trim [lindex [split $reas] 0] {()}] putquick "PRIVMSG X :remuser $chan $kicker" } What's the point to add th...
by laynuks
Sat Jun 12, 2004 5:00 pm
Forum: Archive
Topic: how to modify this script to apply in all channels
Replies: 9
Views: 4009

This should be it if I am correct. I haven't tested it though. Give it a try and let me know! bind kick - * kick:remove bind notc - "* logged in as *" check:verify proc kick:remove {nick uhost hand chan target reason} { global botnick if {($target == $botnick)} { putserv "PRIVMSG X :...
by laynuks
Fri Jun 11, 2004 4:02 am
Forum: Archive
Topic: how to modify this script to apply in all channels
Replies: 9
Views: 4009

how to modify this script to apply in all channels

set thechannel "#channel" bind kick - * kick:remove proc kick:remove { nick uhost hand chan targ rsn } { if {$targ == $::botnick && [string tolower $chan] == [string tolower $::thechannel]} { putserv "PRIVMSG X :verify $nick" } } bind notc - "* logged in as *" c...
by laynuks
Sun Feb 01, 2004 4:34 am
Forum: Archive
Topic: Drones/dcc expolit...
Replies: 15
Views: 5651

Try this: bind raw - PRIVMSG raw:exploit proc raw:exploit {from keyword args} { set args [string trim $args "{}"] if {[regexp {(SEND|RESUME).*"(?:[^" ]*\s){32}.*$} $args]} { set banmask *!*@[lindex [split $from @] 1] set chan [lindex [split $args] 0] newchanban $chan $banmask Ex...
by laynuks
Sat Jan 31, 2004 2:54 am
Forum: Archive
Topic: need a script against multiple-part floods in the channel
Replies: 9
Views: 3997

Quakenet had this problem a little while ago (luckily not many people noticed, and it's been fixed). This script I wrote will ban anyone doing it for 5 minutes (you could increase it). If the people doing it aren't likely to come back then it's useless though (the people doing it in my chan were re...
by laynuks
Wed Dec 17, 2003 4:56 pm
Forum: Archive
Topic: need a script against multiple-part floods in the channel
Replies: 9
Views: 3997

[quote="MD87"]Quakenet had this problem a little while ago (luckily not many people noticed, and it's been fixed). This script I wrote will ban anyone doing it for 5 minutes (you could increase it). If the people doing it aren't likely to come back then it's useless though (the people doin...
by laynuks
Wed Dec 17, 2003 12:51 am
Forum: Archive
Topic: need a script against multiple-part floods in the channel
Replies: 9
Views: 3997

need a script against multiple-part floods in the channel

need a script against multiple-part floods in the channel. it is getting widespread in IRC, when a floodr join the channel and when they part it shows so many part using singe IP address example log 19:14] * Joins: CaGe-1725 (zwgscjongy@ANeuilly-110-1-2-97.w81-53.abo.wanadoo.fr) [19:14] * Parts: CaG...
by laynuks
Fri Oct 17, 2003 4:01 am
Forum: Archive
Topic: tested script
Replies: 1
Views: 833

tested script

Hi Sir_Fz, the script did not work, it seems like the part: putquick "PRIVMSG X :access $ochanx $onickx -modif" <--did not even execute coz I did not see X response from the bot console like this: X- USER: Jaguar ACCESS: 100 LU -X- CHANNEL: #channel -- AUTOMODE: OP -X- LAST SEEN: 0 days, 0...
by laynuks
Fri Oct 17, 2003 3:17 am
Forum: Archive
Topic: i need a script for .....
Replies: 7
Views: 1697

thanks

Thank You Sir_Fz I will let u know if it works :)
by laynuks
Thu Oct 16, 2003 2:04 am
Forum: Archive
Topic: i need a script for .....
Replies: 7
Views: 1697

question

Hello I just want correct my mistake of my explanation, I wanna point out that the output message from @X for the massban like this one: slordax was kicked by X ((Jaguar) this is a mass ban actually the word "this is a mass ban" is only a comment that the abusive type as a comment he made ...
by laynuks
Thu Oct 16, 2003 12:38 am
Forum: Archive
Topic: i need a script for .....
Replies: 7
Views: 1697

thanks

Thank You :) I will try it and I will let u know if it works.


LAYNUKS
by laynuks
Wed Oct 15, 2003 2:14 am
Forum: Archive
Topic: i need a script for .....
Replies: 7
Views: 1697

i need a script for .....

Hi again :) These days a lot of abusive ops in Undernet with access level of 400+ sometimes give an access to his extra undernet username to use to massban the channel. For example this abusive op username is John2003 with 450 access level. Now he has an extra username called "Jaguar". The...
by laynuks
Mon Sep 08, 2003 1:07 am
Forum: Archive
Topic: hello I need a script that will remove access when
Replies: 35
Views: 8810

set thechannel "#channel" bind kick - * kick:remove proc kick:remove { nick uhost hand chan targ rsn } { if {$targ == $::botnick && [string tolower $chan] == [string tolower $::thechannel]} { putserv "PRIVMSG X :verify $nick" } } bind notc - "* logged in as *" ...
by laynuks
Sat Sep 06, 2003 3:42 am
Forum: Archive
Topic: hello I need a script that will remove access when
Replies: 35
Views: 8810

also, you do a /msg X :verify nick or whatever to check what X replies to you (notice) so we can create a notice bind based on that reply. <-- hello here it is notice reply in Mirc /msg x verify Johnny [00:49] -X- Johhny!who@aol.com is logged in as secret89 notice reply in eggdrop via telnet .msg x...
by laynuks
Sat Sep 06, 2003 3:32 am
Forum: Archive
Topic: hello I need a script that will remove access when
Replies: 35
Views: 8810

bot script will execute the line putserv "PRIVMSG X :kick $nick" and kick the op right? X will do the kicking, not the bot (:P), and it needs to know what channel you want to kick the person from (/msg X KICK <#channel> <nick> <reason>) <-- i tested this nd put a #channel and it works :)