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

by ComputerTech
Thu Jun 10, 2021 9:15 am
Forum: Script Support & Releases
Topic: ChanRelay 4.0 i18n
Replies: 38
Views: 16796

Ah! so the directory crtools has to exist, that makes sense, Thanks CrazyCat :P
by ComputerTech
Thu Jun 10, 2021 7:56 am
Forum: Script Support & Releases
Topic: ChanRelay 4.0 i18n
Replies: 38
Views: 16796

CrazyCat just setup ChanRelay latest version from GitLab, and it works Perfect :)

Awesome work mate


Sidenote: would it be possible for the script to create chanrelay.db on it's own? rather than myself having to create it, not important, but just a suggestion :wink:
by ComputerTech
Sun Jun 06, 2021 2:23 pm
Forum: Script Requests
Topic: help me with one script
Replies: 2
Views: 3791

Just thought i'd finish this post up a bit...

http://forum.egghelp.org/viewtopic.php?t=20844 will do what you requested albozz :wink:
by ComputerTech
Fri Jun 04, 2021 10:28 am
Forum: Scripting Help
Topic: google sheets api
Replies: 3
Views: 4531

https://developers.google.com/sheets/api/quickstart/python ^ Although python, it will help give you a idea of how it works. http://forum.egghelp.org/viewtopic.php?t=20947 ^ My Google search script which uses Google custom search API Key, "May" give you a idea of how google API's work :wink:
by ComputerTech
Mon May 31, 2021 9:55 pm
Forum: Script Support & Releases
Topic: CT-Weather
Replies: 42
Views: 37066

play4free2, that's a cool suggestion, however i rsther stick with openweathermap

I can however create a seperate version which uses the suggested API :P
by ComputerTech
Fri May 28, 2021 5:08 pm
Forum: Script Support & Releases
Topic: tsunami.tcl by caesar
Replies: 6
Views: 4177

any luck caesar? i was looking at the code, i "think" it's do with the timers, not sure :lol:
by ComputerTech
Fri May 28, 2021 2:41 pm
Forum: Script Support & Releases
Topic: CT-Weather
Replies: 42
Views: 37066

Okay so they responded and said it's only available in XML format, so i'll have to create a XML version of the script :lol:
by ComputerTech
Fri May 28, 2021 12:07 pm
Forum: Script Support & Releases
Topic: CT-Weather
Replies: 42
Views: 37066

Apparently it's available but only XML and not json according to

https://openweathermap.org/current

so i sent them a email asking if its possible for json type to have the "lastupdate" option :wink:
by ComputerTech
Fri May 28, 2021 11:26 am
Forum: Shell & Bouncer Help
Topic: ZNC - mulitple networks
Replies: 2
Views: 13146

Simply create multiple windows in your clients network list, and in the password section insert this

Code: Select all

username/network:password
Guides
https://wiki.znc.in/MIRC
https://wiki.znc.in/HexChat
https://wiki.znc.in/Irssi

I hope this helps :)
by ComputerTech
Wed May 19, 2021 10:08 am
Forum: Script Support & Releases
Topic: tsunami.tcl by caesar
Replies: 6
Views: 4177

Thanks caesar! really appreciate it :D
by ComputerTech
Tue May 18, 2021 11:13 am
Forum: Script Support & Releases
Topic: tsunami.tcl by caesar
Replies: 6
Views: 4177

http://forum.egghelp.org/viewtopic.php?t=4606&highlight=tsunami http://forum.egghelp.org/viewtopic.php?t=4717&highlight=tsunami there are some very old posts about it, so i dunno, just each post has some code like this. # tsunami.tcl # version 0.1 beta 2 # caesar <cezarica@prietenii.com> # #...
by ComputerTech
Mon May 17, 2021 10:22 pm
Forum: Script Support & Releases
Topic: tsunami.tcl by caesar
Replies: 6
Views: 4177

tsunami.tcl by caesar

Hiya, i was wondering if anyone knew where the final version of tsunami.tcl could be found, i know the script is old, although i am interested to see and use it.

Thanks in advanced :)
by ComputerTech
Wed May 12, 2021 6:59 pm
Forum: Eggdrop Help
Topic: Please Need Help
Replies: 4
Views: 3210

So you want a pubic command restricted to bot users only?

like .say will output to the channel? or as Spike^^ says you need to explain ehat you want better

Sidenote: if this is a request, you're better of in Script Requests
by ComputerTech
Wed May 12, 2021 5:39 pm
Forum: Eggdrop Help
Topic: Please Need Help
Replies: 4
Views: 3210

So you wish to message a user anonymously via bot?

Code: Select all

.msg nickhere message here
the rest i am not sure what you mean :wink:
by ComputerTech
Mon May 10, 2021 12:27 pm
Forum: Scripting Help
Topic: Best way to test Proc speed
Replies: 9
Views: 4676

Thanks CrazyCat :wink: