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

by iamdeath
Sat May 08, 2010 11:17 pm
Forum: Script Requests
Topic: aidle.tcl by slennox
Replies: 0
Views: 1865

aidle.tcl by slennox

Hi it's been long I am out of touch with TCL but need some help from you guys, I am trying to use this aidle script it send msgs randomly from the list but I want it to send text 1 by 1 instead of randomly, it should play in series by the time I set. like Text 1 goes first then Text 2 then Text n .....
by iamdeath
Sat Apr 04, 2009 12:01 am
Forum: Script Requests
Topic: !unban
Replies: 9
Views: 6108

Code: Select all

set unbans "!"
bind pub B|B ${unbans}unban unban

proc unban {nick host hand chan text} {
set target [lindex $text 0]
putserv "MODE $chan -b $target"
killchanban $chan $target
}
This will remove internal and channel wide bans.

peace
death.
by iamdeath
Wed Feb 25, 2009 12:14 am
Forum: Scripting Help
Topic: fetching data from web.
Replies: 0
Views: 1715

fetching data from web.

Hi I am trying to fetch data from the web and paste it on IRC using MSG or NOTICE method, but for some reasons its not working. # 1 : notice $nick # 2 : privmsg $nick # 3 : privmsg $channel set cricketmethod 2 ### Events bind pub - "!rating" rating package require http proc rating {nick uh...
by iamdeath
Sun Jan 18, 2009 2:46 am
Forum: Script Support & Releases
Topic: VoiceOnJoin by LaCkShaDoW
Replies: 6
Views: 7394

You're most welcome :)
by iamdeath
Sun Jan 04, 2009 2:23 am
Forum: Script Support & Releases
Topic: VoiceOnJoin by LaCkShaDoW
Replies: 6
Views: 7394

VoiceOnJoin by LaCkShaDoW

####################################################################### # # VoiceOnJoin vers. 1.0 # # This TCL when is activated..on a specific channel..it scanes and when #a user joins and he is logged on X @ undernet (it can be modified for #others networks)he gets + from the BoT.When the user is...
by iamdeath
Wed Oct 01, 2008 8:20 pm
Forum: Eggdrop Help
Topic: greet problem
Replies: 9
Views: 5763

Hey it's working now, thanks :)

Thanks alot.
iamdeath
by iamdeath
Wed Oct 01, 2008 3:34 pm
Forum: Eggdrop Help
Topic: greet problem
Replies: 9
Views: 5763

This might be nothing, no idea if its relevant or not.. but in your whois reply you have [21:23] <Shia> #Shia - 08:31 whereas the other user does not.. meaning you are known to #Shia but the other user is not.. maybe? That is related to the no-chanrec-info setting. Setting this to 1 makes your eggd...
by iamdeath
Wed Oct 01, 2008 3:31 pm
Forum: Eggdrop Help
Topic: greet problem
Replies: 9
Views: 5763

YooHoo wrote:what is the chan flag +noticepro? is this from some greet script?
noticepro is a TCL which bans users for sending notices to the channel.
by iamdeath
Tue Sep 30, 2008 3:48 pm
Forum: Eggdrop Help
Topic: greet problem
Replies: 9
Views: 5763

wait-info is 1 :P

I have made him part the channel made him quit from DCC and the network.. I have tried all the possible things but things are not working out.

iamdeath
by iamdeath
Tue Sep 30, 2008 12:24 am
Forum: Eggdrop Help
Topic: greet problem
Replies: 9
Views: 5763

greet problem

hey guys, I am posting after a long time.. been busy with my real life issues.. still I am so anyway I have this stupid question since I am out of touch from eggdrop... I am bot owner and I have added a guy, soo greet info works for me but not for him.. I have checked all the possible settings, thin...
by iamdeath
Sat Apr 05, 2008 12:39 am
Forum: Script Requests
Topic: Data from web.
Replies: 4
Views: 2734

Thanks alot speechless I will try your code too but this worked: regsub -all "<div style=\"float:left;padding-left:10px;\">" $info " " info The reason it was'nt working was because I was'nt putting it into the right place, but I will put your one too, that's short and b...
by iamdeath
Fri Apr 04, 2008 11:23 pm
Forum: Script Requests
Topic: Data from web.
Replies: 4
Views: 2734

Thanks alot, it works like a charm.. Thank you soo much. but I did'nt understand what you meant by your other suggestion, the 90 seconds thing.. can you tell me more about it if something is there, becuase that has no issues :) one more thing to ask you how to eliminate this type of error through re...
by iamdeath
Thu Apr 03, 2008 11:22 pm
Forum: Script Requests
Topic: Data from web.
Replies: 4
Views: 2734

Data from web.

Hi guys, while using this proc in one of my script I am getting an error and I am confused how to get rid of it. I've tried all the possible ways I knew but I think I can't make it done without you guys help. Here is the code: proc your_callbackproc {sock} { global url nick2msg putlog "Getting ...
by iamdeath
Wed Apr 02, 2008 4:50 am
Forum: Script Support & Releases
Topic: Check CService Channel Application
Replies: 1
Views: 3774

Check CService Channel Application

This TCL is not written by the person who has posted the TCL. http://www.egghelp.org/cgi-bin/tcl_archive.tcl?mode=download&id=1421 Furthermore, in this TCL I have a bit of code done by myself which I dont think anyone else could add as it is 100%. The code of mine is: set regstatus2 [string tolo...
by iamdeath
Sun Mar 23, 2008 11:45 pm
Forum: Eggdrop Help
Topic: auto ops
Replies: 3
Views: 2453

Re: ysers

kato wrote:is there a command to list all the users?
Try:

Code: Select all

.match *mindspring.com*
and then delete..

peace
death