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

by abah
Sat Nov 23, 2024 7:47 am
Forum: Script Requests
Topic: news script
Replies: 8
Views: 211

Re: news script

CrazyCat wrote: Fri Nov 22, 2024 1:25 pm Oh, so you use rss-synd.
Ok, that was my question :)
yes thanks
by abah
Sat Nov 23, 2024 7:38 am
Forum: Eggdrop Help
Topic: incith-google.tcl
Replies: 3
Views: 4786

Re: incith-google.tcl

Cadaver wrote: Tue Dec 11, 2018 2:56 pm You need to install http2.5.3 package, you can download http://time2go.do.am/May/2017/http2.9.0.tcl then in your eggdrop.conf load first

Code: Select all

source scripts/http2.9.0.tcl
source scripts/incith-google.tcl
thanks i try firts
by abah
Sat Nov 23, 2024 7:36 am
Forum: Scripting Help
Topic: covid-19.tcl by blackshadow
Replies: 29
Views: 23242

Re: covid-19.tcl by blackshadow

CrazyCat wrote: Sat Nov 23, 2024 3:35 am TCL rarely depends on ditribution, it could depends on eggdrop and tcl (tcllib) version.
thanks
by abah
Sat Nov 23, 2024 5:29 am
Forum: Scripting Help
Topic: adzan
Replies: 0
Views: 14

adzan

###################################################################### # Adzan By JoJo # Modifikasi otomatis oleh dono - irc.ayochat.or.id # Initial release: 20 November 2009 # Modifikasi oleh dono: 20 April 2014 # ShareAdzan oleh wie - irc.wnet.tk - 09 September 2018 # Version 12.09.18 ###########...
by abah
Sat Nov 23, 2024 5:26 am
Forum: Scripting Help
Topic: clock
Replies: 18
Views: 6836

Re: clock

######################## # ShareTime # # ------------------- # # Date: 25-01-2018 # # Version: v0.6 # # Author(s): wie # ######################## set sharetime(format) "%A %B %d %Y -- %H:%M:%S" bind time - "00 * * * *" sharetime bind pubm - *jam* sharetime_pub setudef flag share...
by abah
Sat Nov 23, 2024 4:04 am
Forum: Scripting Help
Topic: setudef
Replies: 1
Views: 20

setudef

if i want to put setudef here can anyone help me install it ? bind pub -|- !ison ison:nick proc ison:nick {nick host hand chan arg} { global ison botnick ison_infonick set ison(rchan) "$chan" set isoninfonick [lindex [split $arg] 0] if {$isoninfonick == ""} { putquick "NOTIC...
by abah
Fri Nov 22, 2024 10:46 pm
Forum: Scripting Help
Topic: covid-19.tcl by blackshadow
Replies: 29
Views: 23242

Re: Covid script

BLaCkShaDoW wrote: Mon Aug 16, 2021 7:55 am Download it from here : https://tclscripts.net/downloads/covid19-tcl/
Is this TCL running in Centos ?
by abah
Sun Feb 18, 2024 2:36 am
Forum: Eggdrop Help
Topic: crontab -noemail
Replies: 4
Views: 6218

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: 3135

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: 3135

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: 29
Views: 23242

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: 29
Views: 23242

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

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: 29
Views: 23242

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: 29
Views: 23242

ubuntu covid work fine but openbsd not working