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

by Illidan
Mon Jan 27, 2003 9:01 am
Forum: Archive
Topic: someone pls help me, figuring it for hrs!
Replies: 8
Views: 2720

Let me try to explain the problem clearer. Let's take for example in a irc network there is ServerA and ServerB and the services nick is "Q". When ServerA and ServerB got netspilt from one another, after the spilt ServerA is back with the services "Q" into the channel BUT ServerA...
by Illidan
Sun Jan 26, 2003 6:16 am
Forum: Archive
Topic: someone pls help me, figuring it for hrs!
Replies: 8
Views: 2720

![string match $nick "*.services.org"] There is no $nick eg. "mybot" cause its a desync server that keeps -o the bot. ![string tolower "$botnick"] Sorry I forgot to include the $victim to it so now it looks like this ![string tolower $victim "$botnick"] ![stri...
by Illidan
Sun Jan 26, 2003 6:02 am
Forum: Archive
Topic: someone pls help me, figuring it for hrs!
Replies: 8
Views: 2720

I tried changing to proc do_cycle {nick uhost chan mode text victim} { global botnick set chan "#chan1 #chan2" if {![string match $nick "*.services.org"]} && {![string match -nocase $victim "$botnick"]} && {![string match "$chan"]} { putserv &q...
by Illidan
Sat Jan 25, 2003 3:50 pm
Forum: Archive
Topic: someone pls help me, figuring it for hrs!
Replies: 8
Views: 2720

someone pls help me, figuring it for hrs!

bind mode - "*-o*" do_cycle proc do_cycle {nick uhost hand chan mode victim} { set chan [string tolower $chan] set uhost [string tolower $uhost] if {$nick == "" && uhost == "*.services.org" && $victim == "$botnick" && $chan="#dart&...
by Illidan
Thu Jan 23, 2003 6:43 am
Forum: Archive
Topic: No!Spam Leaf Bot
Replies: 2
Views: 857

Okay. I will be waiting patiently for the next release.

Thanks
by Illidan
Thu Jan 23, 2003 2:34 am
Forum: Archive
Topic: No!Spam Leaf Bot
Replies: 2
Views: 857

No!Spam Leaf Bot

I have a main hub bot let's call it HubBot and it job is to cycle channel and check for spam without having any @ which means it "acts" like a normal user. Whereas I have 2 leaf bot, BotA and BotB, each on different channels. Both of them are having operator status (@) The scenario is HubB...
by Illidan
Thu Dec 19, 2002 10:38 am
Forum: Archive
Topic: CAPS tcl help pls
Replies: 1
Views: 1213

CAPS tcl help pls

Hello, I tried this script below and it doesnt work. Please guide. ######################################### # capsGF.tcl (GF stands for G-Force bot) # credits goes to: # ppslim, Papillon # #Date: 11 sept 2002 # ######################################### # #Set this to the minimum string wize, before...
by Illidan
Sat Dec 14, 2002 5:23 pm
Forum: Archive
Topic: BanType for TCL
Replies: 1
Views: 1039

Thread Close.

I have found out how to make the ban I wanted.
by Illidan
Sat Dec 14, 2002 4:03 pm
Forum: Archive
Topic: BanType for TCL
Replies: 1
Views: 1039

BanType for TCL

Hello, The current type of ban I'm setting it to is as below set banmask "*!*[string range $uhost [string first "@" $uhost] end]" but how do I go about changing it to make it ban in this manner *!*user@*.domain The furthest I got is to make a ban in this way set ban "*!$uhos...
by Illidan
Fri Dec 06, 2002 9:15 am
Forum: Archive
Topic: .bans #channel
Replies: 14
Views: 3161

egghelp, opps thanks for reminding me to actually type out the steps for other users who might run into the same problem. Basically what I did is once I finish setting my ban in a specific channel, I will type .save to save all the records I have made followed by a .rehash Here's a simple steps whic...
by Illidan
Fri Dec 06, 2002 12:24 am
Forum: Archive
Topic: .bans #channel
Replies: 14
Views: 3161

Thanks ppslim and those who helped.
by Illidan
Wed Dec 04, 2002 2:32 pm
Forum: Archive
Topic: .bans #channel
Replies: 14
Views: 3161

thanks it works immediately after i reset the ban and type .save to it. It works but can you please explain to me why do i need to type .save when i set a channel specific perm ban? Isnt it suppose to automatically saved into the userfile?
by Illidan
Wed Dec 04, 2002 11:20 am
Forum: Archive
Topic: .bans #channel
Replies: 14
Views: 3161

ppslim, Sad to say it doesnt. It still doesnt display it when i typed '.bans #channel all' or '.bans all #channel' It giving me this [23:22] <nickname> [23:14] #nickname# bans all #channel [23:22] <xxx> Global bans: [23:22] <xxx> Channel bans for #channel: (* = not placed by bot) & [23:24] <nick...
by Illidan
Wed Dec 04, 2002 11:03 am
Forum: Archive
Topic: How do increase the flag to execute .say & .msg?
Replies: 2
Views: 775

ppslim,

Thanks for your great help once again.

Anyway I have copy/paste the codings for other users if they want to know how to.

unbind dcc ol|ol "+ban" *dcc:+ban
bind dcc o|o "+ban" *dcc:+ban
by Illidan
Wed Dec 04, 2002 10:37 am
Forum: Archive
Topic: .bans #channel
Replies: 14
Views: 3161

ppslim,

Yes when I do a '.bans #channel' it will displayed the current bans on the channel's banlist but not the one I set it in the bot when i type '.+ban home!*@* #channel You are banned forever'. Which means when I typed '.bans #channel' it will shows me like what '.bans all' did