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

by while
Thu Jun 19, 2014 1:04 pm
Forum: Modules & Programming
Topic: statsmod host issue
Replies: 2
Views: 13448

after much trial and error i found that the file which to modify is misc.c(maybe not the only one) so if you have any idea what to do here to take the host of an user logged in or not like the eggdrop does, you're more then welcome to give a hint. version v1.3.3.dev1 part to be modified: /* maskstri...
by while
Mon Jun 16, 2014 5:51 am
Forum: Modules & Programming
Topic: statsmod host issue
Replies: 2
Views: 13448

hello. i know it's an old topic but i'm interested in this to, tried to look where the bot adds the hostmask but ... if the user is logged to add it's host (*!*@user.undernet.org) if not to add the host as it is *!*@host, not wildcards. i managed to do this with perplexa's stats tcl but can't seem t...
by while
Sun May 18, 2014 10:44 am
Forum: Script Support & Releases
Topic: [SOLVED] horoscop tcl
Replies: 2
Views: 8339

thank you very much.
by while
Thu May 15, 2014 7:15 am
Forum: Script Support & Releases
Topic: [SOLVED] horoscop tcl
Replies: 2
Views: 8339

[SOLVED] horoscop tcl

hello. i have this tcl but it seems that it stopped working.. i think the site from which it grabbed the data change. here it is: package require http bind pub -|- !horoscop check:zodie proc check:zodie {nick host hand chan arg} { global check:zodie if {![channel get $chan horoscop]} {puthelp "...
by while
Sat Oct 20, 2012 1:07 pm
Forum: Modules & Programming
Topic: the .+ignore command
Replies: 2
Views: 13125

finally cracked the problem thanks to spithash. thanks a lot man. i was looking in the wrong direction :P
by while
Thu Oct 18, 2012 2:59 pm
Forum: Modules & Programming
Topic: the .+ignore command
Replies: 2
Views: 13125

the .+ignore command

hello. i have an eggdrop and I was wandering how can i change the length of the ignore comment(reason), it only 80 chars(which is not long enough for me) and i need it to be longer, say 150 chars. in what file(s)do i have to modify in the source code?
thanks.
by while
Sun Oct 14, 2012 7:31 am
Forum: Scripting Help
Topic: ignore line
Replies: 1
Views: 2321

ignore line

hello. I have an eggdrop that when a user sends a command to the channel more than 2 times it ignores it adding a line with the text in the ignore message. <nick> !beer nick and nick and nick the egg ignores him but when i try to see the ignore it shows only the: <nick> !beer nick not the whole line...
by while
Wed Sep 19, 2012 3:57 pm
Forum: Script Requests
Topic: Bad Channel
Replies: 2
Views: 2713

there are several bad channel scripts in the tcl archive. to do the scan just ad a timer if the don't have it.
by while
Sat Feb 11, 2012 3:00 am
Forum: Eggdrop Help
Topic: userfile not being shared even though flags/links correct
Replies: 2
Views: 3196

not sure but did you load the transfer module on them?
by while
Sat Dec 03, 2011 1:59 pm
Forum: Script Requests
Topic: Tor proxie protection script
Replies: 3
Views: 4002

mine has this: proc ban { ip host nick channel orghost } { set bantime [channel get $channel torp.bantime] putloglev $::torp::conflag * "$::torp::logtxt: DEBUG - Ban time set to '$bantime' minute(s)" putlog "$::torp::logtxt: User '$nick' is a TOR user, banning $nick!$orghost for $bant...
by while
Sat Dec 03, 2011 3:53 am
Forum: Script Requests
Topic: Tor proxie protection script
Replies: 3
Views: 4002

there is this script http://www.egghelp.org/cgi-bin/tcl_archive.tcl?mode=download&id=1592 it doesn't download the ips, it checks them online and if it finds one it sends a message in a specified channel. with 1 or 2 lines added to the code you can make it ban that ip for example: bot1 says: *!*@...
by while
Sun Aug 28, 2011 4:49 am
Forum: Eggdrop Help
Topic: Unknown error while starting Eggdrop
Replies: 34
Views: 23906

save this lines in a file and name it BOTNAME.user(be careful that the extension of the file is .user in order to work not to be BOTNAME.user.txt, then upload it to your eggdrop dir and start the eggdrop ./eggdrop rwpc.conf. if you are on undernet then you can leave both of them if not erase the the...
by while
Tue Aug 23, 2011 11:32 am
Forum: Script Requests
Topic: new csc script
Replies: 0
Views: 2900

new csc script

now that the undernet cservice site uses https the old csc tcl doesn't work. (check channel applications) any chance to modify or make a new version?
thanks
by while
Sun Aug 21, 2011 4:22 am
Forum: Eggdrop Help
Topic: backing up and restoring in a new shell
Replies: 1
Views: 2778

usually the .conf, .user and .chan files and the scripts folder. if the bot runs on a&a(and you changed something to it's scripts) that folder to, so that you don't have to modify them again.
by while
Sun Aug 07, 2011 8:22 am
Forum: Eggdrop Help
Topic: problem linking bots
Replies: 2
Views: 3949

egg1 - bfloR
--BOTFL ghp
--HOSTS *!*@Host
--BOTADDR ip:port/port
egg2 - bfloR
--HOSTS *!*@Host
--BOTADDR ip:another port/another port


egg1 is hub egg2 slave.
use .link in dcc chat if they don't link automaticly