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

by Romeyo
Sun May 28, 2006 4:03 am
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1024879

Re: Problem with the drone kick message...

I think i have some problem with the kick message of random drone.. i am using 4.5 of allprotection.tcl. [22:22:49] ::: mftr was kicked by Poda (Possible random spambot/drone detected. :: [Wed May 24 12:48:08 2006] - Banned nosense(btime) minutes ·53·) proc nosense:ban {nick uhost chan} { global no...
by Romeyo
Wed May 24, 2006 1:36 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1024879

Problem with the drone kick message...

I think i have some problem with the kick message of random drone.. i am using 4.5 of allprotection.tcl. [22:22:49] ::: mftr was kicked by Poda (Possible random spambot/drone detected. :: [Wed May 24 12:48:08 2006] - Banned nosense(btime) minutes ·53·) proc nosense:ban {nick uhost chan} { global nos...
by Romeyo
Sat Mar 04, 2006 2:05 am
Forum: Modules & Programming
Topic: MegaHAL "make" issues
Replies: 2
Views: 8894

Sorry forgot to report back. I did so and got the thing working ;) anyway thankies :)
by Romeyo
Thu Mar 02, 2006 12:11 pm
Forum: Modules & Programming
Topic: MegaHAL "make" issues
Replies: 2
Views: 8894

MegaHAL "make" issues

i was trying to compile the eggdrop with MegaHAL Version 2.7 and am keep getting the following error. I tried in my 2 different shell accounts and still getting the errors. Below is the error.. gcc -pipe -fPIC -g -O2 -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -DMAKING_MODS -c...
by Romeyo
Mon Dec 19, 2005 1:42 am
Forum: Modules & Programming
Topic: Pisg Module
Replies: 9
Views: 25286

thank you :)
by Romeyo
Sun Dec 18, 2005 5:27 pm
Forum: Modules & Programming
Topic: Pisg Module
Replies: 9
Views: 25286

hie,
I don't have administrative rights in that system. Its a shell account.
The operating system is FreeBSD 5.4-STABLE

Server configuration is,

Dual Xeon 3.0 Ghz
2 GB Ram
200 GB HDD
255 IP
100 mbit Port

thanks...
by Romeyo
Sun Dec 18, 2005 3:35 pm
Forum: Modules & Programming
Topic: Pisg Module
Replies: 9
Views: 25286

Sorry.. getting more memory from where... as far i saw pisg is using only the log files by parsing them n creating the webpage na? i have to allocate more memory for the eggdrop? please explain in detail..
Thanks ..
by Romeyo
Sun Dec 18, 2005 1:52 pm
Forum: Modules & Programming
Topic: Pisg Module
Replies: 9
Views: 25286

Pisg Module

hi, i am using pisg 0.67 with my eggdrop... everything was fine. now after 1 week am getting this error. pad@sh3lls:~/pisg-0.67$ ./pisg pisg v0.67 - Perl IRC Statistics Generator Using config file: pisg.cfg Statistics for channel #test @ DALnet by Romeyo Looking for logfiles in /home/ircer/pad/logs/...
by Romeyo
Sun Dec 11, 2005 3:20 pm
Forum: Scripting Help
Topic: Random Topic at Given time
Replies: 1
Views: 6152

Random Topic at Given time

Hi, I have written a tcl for setting random topic from a given time ... But its not changing the topic at all... My code is, #set the time to change topic in minutes (ex: for 8 hours = 8hours x 60mins = 480 mins) set topic-at- 5 #set the channels to set the topic on delimited with commas (ex: #chan1...
by Romeyo
Wed Nov 30, 2005 12:05 pm
Forum: Modules & Programming
Topic: Stats.Mod Message Request...
Replies: 3
Views: 9417

Thanks :)

Hiya ppls, Thanks... i myself found out the way by typing binding all the message commands to the thing it points in the module file ... I came here to share it... Here is the code i have added in the stats.conf file for those who may want it in future.. catch "unbind msg n|n top10 *msg:top10&q...
by Romeyo
Wed Nov 30, 2005 3:42 am
Forum: Modules & Programming
Topic: Stats.Mod Message Request...
Replies: 3
Views: 9417

Stats.Mod Message Request...

Hi .. I am using the stats.mod .. i wonder can i limit the pvt message commands like top10 #chan and stat #chan nick only to peoples with n flag? I changed the binds for public command to n flag in the stats.conf.. Another thing is the bot takes some time when loading or upon startup.. statsmod.dat ...
by Romeyo
Mon Nov 21, 2005 2:37 pm
Forum: Scripting Help
Topic: Auto Voice after Certain lines in Certain Time
Replies: 1
Views: 7353

Auto Voice after Certain lines in Certain Time

I have modified the auto voice after talking some lines. And added udef flag for matching channels and unset the variable after voicing them but i am getting error... The script is as follows: # Set Number of lines for the bot to voice set vline 4 # Set in max number of seconds here. set vsec 25 set...