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...
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...
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...
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 ..
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/...
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...
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...
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 ...
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...