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

by Riddler
Thu Mar 06, 2008 1:16 am
Forum: Scripting Help
Topic: [SOLVED] Some questions
Replies: 3
Views: 2033

[SOLVED] Some questions

Hy guys.. I have 2 question that I`m not sure about the answers... :? How can I match a "lindex" split of the text following the public command with a handle and it's banlist to the eggdrop ?! Ex: (07:13) -> *|egg* banlist ryan (07:13) -|egg- Handle ryan has 12 bans ryan is [lindex [split ...
by Riddler
Mon Mar 03, 2008 1:45 pm
Forum: Scripting Help
Topic: [SOLVED] Some support on a issue
Replies: 3
Views: 2138

Hello @user: thanks for the ideas, I`ll see what I can do... the second part of your reply, with multiple binds sounds ok but I`ll see.. if there will be problems I`ll just put a reply here. :) @metroid: I'm always auth with the network service, in this case... :wink: P.S.: Thank you bouth for your ...
by Riddler
Mon Mar 03, 2008 3:17 am
Forum: Scripting Help
Topic: [SOLVED] Some support on a issue
Replies: 3
Views: 2138

[SOLVED] Some support on a issue

Heya guys, I need some support on a issue I`m having... I want to make a code with some public commands like "save", "rehash", "restart", "chattr" and stuff like that but I need to make those commands to be called in to a specifig botnick... I have several bot...
by Riddler
Wed Jan 09, 2008 11:41 pm
Forum: Scripting Help
Topic: A big problem
Replies: 3
Views: 2855

First off all, thanks for your replys Second, You expect the first character to be a #, not the \003 color control-code. nml375, I`m not expecting for every user who wants to make a advertise with colors, bolds or underlines to start there advertise with # and then the \003 | \037 | \002 .... I tryi...
by Riddler
Wed Jan 09, 2008 12:20 am
Forum: Scripting Help
Topic: A big problem
Replies: 3
Views: 2855

A big problem

Heya guys, I have a issue with a tcl I`m trying to upgrade... Here is the code # color.tcl set color(chan) "#chan" set color(kickmsg) "NO colors allowed here!" set color(bantime) "60" ### END CFG ### bind pubm - * s:color proc s:color {nick uhost hand chan text} { globa...
by Riddler
Sun Dec 16, 2007 8:55 pm
Forum: Scripting Help
Topic: [SOLVED] A little problem with the INVITE raw
Replies: 6
Views: 4273

Upsss.... :shock: sorry if I didn't pay attention :? @speechles: thanks for the ideea, the script it's working great now :lol: @nml375: I didn't really know untill now, what's the real function of the "args" argument... sorry again... but I`ve saw some other codes ( I needed a example on h...
by Riddler
Sun Dec 16, 2007 6:54 pm
Forum: Scripting Help
Topic: [SOLVED] A little problem with the INVITE raw
Replies: 6
Views: 4273

Hey, I do agree with you nml375, I`ve just made the script yesterday and never worked with the INVITE raw before :o So thanks for the info about how to use that raw... I`ll paste the code again with the modifications... set si(mc) "#monitoringchan" set si(ac) "#alertchan" set si(...
by Riddler
Sat Dec 15, 2007 11:51 pm
Forum: Other Topics
Topic: Merry Christmas
Replies: 5
Views: 4899

Merry Christmas to you too fls :wink: :D
by Riddler
Sat Dec 15, 2007 11:17 pm
Forum: Scripting Help
Topic: [SOLVED] A little problem with the INVITE raw
Replies: 6
Views: 4273

[SOLVED] A little problem with the INVITE raw

Hello guys, I`m having a issue with my code The Code set si(mc) "#monitoringchan" set si(ac) "#alertchan" set si(except) { "*!cservice@undernet.org" "*!*@me.users.undernet.org" } bind raw - INVITE show:invite proc show:invite { nick uhost key args } { global b...
by Riddler
Sat Nov 03, 2007 11:38 am
Forum: Scripting Help
Topic: Say a random text on 2 or more channels at once
Replies: 1
Views: 1730

Say a random text on 2 or more channels at once

Hello guys, I've made a code that will randomly send a text to a channel, but only if that channel has set +speak flag Here is the code : # say.tcl ### CONFIG ### set speak(time) "2" set speak(type) "PRIVMSG" set speak(msgs) { "text1" "text2" } ### CODE ### se...
by Riddler
Fri Nov 02, 2007 9:20 pm
Forum: Scripting Help
Topic: A little question about "string" cmd
Replies: 7
Views: 3654

Thanks nml375, the script works great :D
by Riddler
Wed Oct 31, 2007 10:14 pm
Forum: Scripting Help
Topic: A little question about "string" cmd
Replies: 7
Views: 3654

That's it nml375 :D , it's working 8) I`ve improve the code with some more facility's and run a cross a little issue with the utimer comand :? ... The Problem: (02:44: 58 ) * Parts: EGG (id@domain.name) (looking for clues...) (02:44: 58 ) * Joins: EGG (id@domain.name) (...) (02:49: 58 ) * Parts: EGG...
by Riddler
Wed Oct 31, 2007 8:17 pm
Forum: Scripting Help
Topic: A little question about "string" cmd
Replies: 7
Views: 3654

ok, still not working :!: Error: (02:08:03) <@EGG> !ATENTIE!: Posibil SPAM prin CTCP de la Nickname [ident@hostname.users.undernet.org]: DCC CHAT chat 1380788232 1024 This message is not suppose to show, beacuse I`ve added the hostmask in to a except string :( Code ### CONFIG ### set spamdet(chat) &...
by Riddler
Wed Oct 31, 2007 7:14 pm
Forum: Scripting Help
Topic: A little question about "string" cmd
Replies: 7
Views: 3654

looks like nobody knows :!: :shock:
by Riddler
Wed Oct 31, 2007 12:34 am
Forum: Scripting Help
Topic: A little question about "string" cmd
Replies: 7
Views: 3654

A little question about "string" cmd

Hello guy's, I have a little problem with a string ... How do I set a "except" on a DCC CHAT string so that I wont get banned (when I`m trying to connect through partyline with the bot ) :( ? I wanna except form banning only the ctcp key's "ACTION" and "DCC CHAT" .... f...