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

by Get_A_Fix
Mon Dec 05, 2016 5:49 am
Forum: Scripting Help
Topic: !IMdB TCL kick Issue by Ford_Lawnmower
Replies: 11
Views: 11277

It replay me like this <Fahad> .chattr Statistics +fo <SilentTwilight> No such user! Did you add Statistics to SilentTwilight? A handle is the name given to the account that the bot has been given. To see the accounts type: .match * 999 Chances are you didn't compile the bot with handlen=30 so it p...
by Get_A_Fix
Mon Dec 05, 2016 5:34 am
Forum: Script Requests
Topic: Auto Voice To Those Who Are Register NICK.
Replies: 78
Views: 72994

That's fine. I don't know much about A+ mode and DALnet has only ChanServ register nicks. In UnderNet we have to Logged our selfs. So I just have to Put this tcl in bot and running? everything is perfect here. ? If this does /whois and voice register nicks then i no have to make changes. DALnet use...
by Get_A_Fix
Mon Dec 05, 2016 4:59 am
Forum: Script Requests
Topic: Auto Voice To Those Who Are Register NICK.
Replies: 78
Views: 72994

Thanks so much, What kind of Logged? How I check ? and I also see when there Auto Voice bot is there they put channel +A ? Edited: Changed the is_reg string to match DALnet This script does not check channel modes, so even if the channel is NOT +A it will still voice, unless turned off/disabled. Th...
by Get_A_Fix
Sun Dec 04, 2016 9:30 pm
Forum: Script Requests
Topic: add exceptions in idle tcl
Replies: 6
Views: 7854

<r>First, set the exempt list in the settings area.<br/> <CODE><s>[code]</s><i> </i># Set nickname or host exemptions set exemptlist { "bob" "*.host.mask.etc" } <e>[/code]</e></CODE> Then, you'd want to add the argument to your list of globals in the aidle:punish proc.<br/> <CODE><s>[code]</s><i> </...
by Get_A_Fix
Sun Dec 04, 2016 9:15 pm
Forum: Script Requests
Topic: Auto Voice To Those Who Are Register NICK.
Replies: 78
Views: 72994

Edited: is_reg string for this script changed to work properly on DALnet. # SYNTAX (on PartyLine/DCC/CTCP/TELnet): .chanset #channel -/+checkisauth # ---------- # PUBCMD: # !checkisreg on|off # ---------- # MSGCMD: # /msg botnick checkisreg #channel on|off # ---------- SETTINGS ---------- # Set your...
by Get_A_Fix
Thu Nov 17, 2016 12:28 pm
Forum: Script Support & Releases
Topic: sBNC Script
Replies: 6
Views: 16162

c0re wrote:can you make it for psybnc please
Have you checked psyBNC scripting? You might want something like this. It's pretty simple to add more commands as you want/need them. You may also like to check the psyBNC forum scripting category
by Get_A_Fix
Tue Oct 25, 2016 4:53 am
Forum: Scripting Help
Topic: string match ONLY LETTER (no number)
Replies: 10
Views: 12617

caesar wrote:Why not go with a more direct approach with string is digit instead of a regexp, cos is a lot faster?
I've actually never used or heard of that function, caesar, but now that I have it does seem much more efficient. Thanks for bringing it to my attention.
by Get_A_Fix
Mon Oct 24, 2016 11:12 pm
Forum: Scripting Help
Topic: string match ONLY LETTER (no number)
Replies: 10
Views: 12617

You could use something like..

Code: Select all

proc isnum {string} {
  if {[regexp {^-?\d+(\.\d+)?$} $string]} {
    return 1;
  }
  return 0;
}
Then just ..

Code: Select all

if {![isnum $arg]} {
Maybe throw in a string match too
by Get_A_Fix
Mon Oct 24, 2016 6:23 pm
Forum: Eggdrop Help
Topic: I want to Install GSeen&Stats on my Eggdrop1.8 Please He
Replies: 4
Views: 10352

Re: I want to Install GSeen&Stats on my Eggdrop1.8 Pleas

fahadmehar wrote:I try to Install Gseen & Stats on my Eggdrop Version 1.8 but i am getting error... Please teach me method how to Install Gseen and Stats? :idea:
The gseen module appears broken in 1.8, you could either try to use the bseen.tcl script or another seen script, or continue to use eggdrop1.6.21
by Get_A_Fix
Sun Oct 16, 2016 6:56 pm
Forum: Scripting Help
Topic: Persist watch list in willyw's nicks watch script
Replies: 7
Views: 10019

Re: help help watch tcl for willyw

it does not work I extinguish the bot and again I initiate it and its list does not keep it the temporary list can be modified to a permanent list is possible that the list of added nicknames is permanent. You were already told why this happens. The file is NOT created by this script, YOU must crea...
by Get_A_Fix
Fri Oct 14, 2016 10:46 pm
Forum: Scripting Help
Topic: Persist watch list in willyw's nicks watch script
Replies: 7
Views: 10019

Re: help help watch tcl for willyw

it would be ideal that is not in temporary form This is pretty much what the script does. You have to realise that with the /watch command, it's temporary via the server, so it's temporary via the script. When the user who is added quits from the network, the watch list entry for them is cleared. I...
by Get_A_Fix
Wed Oct 12, 2016 8:58 am
Forum: Eggdrop Help
Topic: Eggdrop Telnet Client
Replies: 88
Views: 152828

IRCSpeed has closed, after 5+ years of being a public IRC network. As such, the Defero project has ceased development (since 2012) and a mirror site for downloads has been created.

You can download Defero from Here
by Get_A_Fix
Mon Oct 10, 2016 11:45 pm
Forum: Modules & Programming
Topic: Defero client
Replies: 2
Views: 10455

Re: Defero client

Madalin wrote:Anyone has Defero kit www.defero.ircspeed.org? The page is offline
Yes, I have shut down IRCSpeed, so we have moved the download to a mirror location.

You can download Defero from Here
by Get_A_Fix
Sat Jul 30, 2016 6:52 am
Forum: Eggdrop Help
Topic: Can't get my Eggdrop bot in my channel
Replies: 7
Views: 11763

Static channel's shouldn't be depreciated, I use the channel blocks on my bots without issue. As for the above servers, you're supposed to use a colon : instead of a comma , and by stipulating the port, it overrides the default setting. You can also use the direct IP address instead of the hostname'...
by Get_A_Fix
Fri Jul 29, 2016 2:37 am
Forum: Eggdrop Help
Topic: Can't get my Eggdrop bot in my channel
Replies: 7
Views: 11763

If you start the bot, like you showed, are you able to telnet the IP the bot is using and the listen port from your *.conf file? This is usually where, on the partyline, you use the command's to add user's and channel's. If you can telnet the bot, you should be able to add dynamic channel's without ...