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

by abah
Sun Feb 18, 2024 2:36 am
Forum: Eggdrop Help
Topic: crontab -noemail
Replies: 4
Views: 3400

Re: crontab -noemail

NewzNZ wrote: Fri Jun 09, 2023 11:22 pm Hi there

Am just trying to re-set up my bot crontabs to not send emails but not having much luck.

Am currently using:
./autobotchk mybot.conf -noemail -5

...but it still sends an email on the 5 minute checks.

Any ideas would be appreciated...thanks!
try this
./autobotchk mybot.conf -noemail
by abah
Thu Dec 24, 2020 5:53 am
Forum: Scripting Help
Topic: help
Replies: 3
Views: 2806

ComputerTech wrote:1st. you want to use !story to stop the script?
when I type !story script works as it should. When I type !stop the script will stop
by abah
Wed Dec 23, 2020 3:13 am
Forum: Scripting Help
Topic: help
Replies: 3
Views: 2806

help

bind pub * !story join:story bind pub o|o !stop stop:story proc join:story {nick uhost hand chan rest} { global story_timers set story "/home/s/sapri/mujahid/isi/db/isi.db" if {![info exists story_timers($story)]} { slowmsg $story } else { puthelp "privmsg $nick :Mohon tunggu sedang ...
by abah
Mon Apr 13, 2020 9:53 am
Forum: Scripting Help
Topic: covid-19.tcl by blackshadow
Replies: 26
Views: 20799

thanks my problem solved but i get one problem again.

I am used latest version but i want to autocovid show random country not only global contry
by abah
Sat Apr 04, 2020 11:15 am
Forum: Scripting Help
Topic: covid-19.tcl by blackshadow
Replies: 26
Views: 20799

using shell user not root
by abah
Fri Apr 03, 2020 6:00 am
Forum: Scripting Help
Topic: covid-19.tcl by blackshadow
Replies: 26
Views: 20799

proc corona:getdata {} { set link "https://www.worldometers.info/coronavirus/" ::http::register https 443 tls:socket set ipq [http::config -useragent "lynx"] set ipq [::http::geturl "$link" -timeout 5000] set status [::http::status $ipq] if {$status != "ok"} ...
by abah
Thu Apr 02, 2020 10:20 am
Forum: Scripting Help
Topic: covid-19.tcl by blackshadow
Replies: 26
Views: 20799

caesar wrote:Did you check to see if you got the tls package there?

Code: Select all

% package require tls
1.6.7
% 
by abah
Thu Apr 02, 2020 9:31 am
Forum: Scripting Help
Topic: covid-19.tcl by blackshadow
Replies: 26
Views: 20799

ubuntu covid work fine but openbsd not working
by abah
Thu Apr 02, 2020 8:36 am
Forum: Scripting Help
Topic: covid-19.tcl by blackshadow
Replies: 26
Views: 20799

work for openbsd that u edit ? or centos
by abah
Thu Apr 02, 2020 6:06 am
Forum: Scripting Help
Topic: covid-19.tcl by blackshadow
Replies: 26
Views: 20799

yes that tls packag version
by abah
Thu Apr 02, 2020 5:52 am
Forum: Scripting Help
Topic: covid-19.tcl by blackshadow
Replies: 26
Views: 20799

if the package you mentioned I have installed and even upgraded
by abah
Thu Apr 02, 2020 5:01 am
Forum: Scripting Help
Topic: covid-19.tcl by blackshadow
Replies: 26
Views: 20799

caesar wrote:Oh, and if you are on CentOS then use 'yum install tcl-tls'
No package tcl-tls available can u give me link for download
by abah
Thu Apr 02, 2020 4:21 am
Forum: Scripting Help
Topic: covid-19.tcl by blackshadow
Replies: 26
Views: 20799

if in ubuntu, it will not work when autocovid is activated and I forgot that on Centos 7 64 bit it doesn't work like OpenBSD
by abah
Thu Apr 02, 2020 3:50 am
Forum: Scripting Help
Topic: covid-19.tcl by blackshadow
Replies: 26
Views: 20799

Re: covid

BLaCkShaDoW wrote:https://www.tclscripts.net/files/file/64-covid19tcl/

Check here, there some stepts regarding instalation of the latest tls package.
you are site is down n i cannot access that site
by abah
Wed Apr 01, 2020 10:16 am
Forum: Scripting Help
Topic: covid-19.tcl by blackshadow
Replies: 26
Views: 20799

covid-19.tcl by blackshadow

i am try for openbsd not working and i get error
Tcl error [corona:pub]: wrong # args: should be "tls::socket ?options? host port"
how fixed that problem ?