Search found 394 matches

by ComputerTech
Fri Oct 08, 2021 8:00 pm
Forum: Script Support & Releases
Topic: CT-Weather
Replies: 42
Views: 37096

################################# # CTweather ### # Version: v0.0.3 # Author : ComputerTech # GitHub : https://GitHub.com/computertech312 ### namespace eval CTweather { ## Triggers. # Current weather. variable trig "!w" ## ## Flags. # n = Owner. # m = master # o = Op. # h = Halfop. # v = ...
by ComputerTech
Fri Oct 08, 2021 2:54 pm
Forum: Script Support & Releases
Topic: CT-Weather
Replies: 42
Views: 37096

SpiKe^^ wrote:
|| Temperature:: 293.9?C ||
That's odd, very hot there???
lol, good job spotting that out Spike^^

The code seems back to front, i'll go fix this later. :roll:
by ComputerTech
Fri Oct 08, 2021 9:51 am
Forum: Script Support & Releases
Topic: CT-Weather
Replies: 42
Views: 37096

Need to add &accept-language=en (or whatever you want as language) in the query Yep, CrazyCat is correct (as usual :P), i just checked for your first location, and... https://nominatim.openstreetmap.org/search/islamabad?format=jsonv2 For the GeoCoding API, it seems to show your latitude and lon...
by ComputerTech
Fri Oct 08, 2021 12:22 am
Forum: Script Support & Releases
Topic: CT-Weather
Replies: 42
Views: 37096

Sorry for the long wait everyone, here's the release i spoke about, using Geocoding :), i've provided a API key, so all you will have to do, is load this script and use the script. ;) namespace eval CTweather { ## Trigger. variable trig "!w" ## Flags. variable flag "of|of" ##### ...
by ComputerTech
Thu Oct 07, 2021 7:49 am
Forum: Script Support & Releases
Topic: CT-Google.tcl
Replies: 28
Views: 26558

Obviously the problem is on your side and not the script, as it works perfectly for me, have you tried the suggestions I suggested? or i don't know maybe .restart your bot?
by ComputerTech
Wed Oct 06, 2021 5:54 pm
Forum: Script Support & Releases
Topic: CT-Google.tcl
Replies: 28
Views: 26558

If you're confused on how to create a new Engine ID, use this one

Code: Select all

ddd815d6eed4ec2ff
:)
by ComputerTech
Wed Oct 06, 2021 11:17 am
Forum: Script Support & Releases
Topic: CT-Google.tcl
Replies: 28
Views: 26558

The only possible cause is a invalid Engine ID or API key, try getting another Engine ID.
by ComputerTech
Tue Oct 05, 2021 11:51 pm
Forum: Scripting Help
Topic: Google search
Replies: 34
Views: 15841

Goga, i'd rather you kept further issues or suggestions of Google.tcl Here, thanks :)
by ComputerTech
Tue Oct 05, 2021 11:49 pm
Forum: Script Support & Releases
Topic: CT-Google.tcl
Replies: 28
Views: 26558

Goga, i do not see the problem you are facing. 20<ComputerTech>30 !google eggdrop github 18<CX18> 02G04o08o02g03l04e About 35,600 results (0.43 seconds) 18<CX18> eggheads/eggdrop: The Eggdrop IRC Bot - GitHub / https://github.com/eggheads/eggdrop / May 5, 2021 ... The Eggdrop IRC Bot. Contribute to ...
by ComputerTech
Wed Sep 29, 2021 4:01 pm
Forum: Script Support & Releases
Topic: CT-Google.tcl
Replies: 28
Views: 26558

I'll try look at it in a bit to see what the problem is :wink:
by ComputerTech
Sat Sep 11, 2021 4:36 pm
Forum: Scripting Help
Topic: BlaCkSHaDow's GsmArena.tcl Version 1.1
Replies: 17
Views: 9399

caesar wrote:Based on the message he gets:
.set errorinfo
What? You need '.help'
he didn't follow CrazyCat's instructions to activate .set in the console.
Oh, you are also correct caesar :shock: but as am i :P
by ComputerTech
Sat Sep 11, 2021 11:36 am
Forum: Scripting Help
Topic: BlaCkSHaDow's GsmArena.tcl Version 1.1
Replies: 17
Views: 9399

It's .set errorInfo not .set errorinfo (it requires a capital I) :lol:
by ComputerTech
Mon Sep 06, 2021 2:39 pm
Forum: Script Requests
Topic: event countdown till the date
Replies: 8
Views: 3452

Try this here :)
by ComputerTech
Thu Sep 02, 2021 9:22 pm
Forum: Script Support & Releases
Topic: DCC file transfer script
Replies: 1
Views: 2099

DCC file transfer script

Hiya, so i found this old script from this forum made by CrazyCat back in 2004(old ikr?), however i can't get it to work, here's the code set mypath "/home/computertech/tech/filesys/foo/" set myfile [getfiles $mypath] bind pub - !list ftp:list bind pub - !send ftp:send proc ftp:list { nick...
by ComputerTech
Wed Sep 01, 2021 6:53 pm
Forum: Script Support & Releases
Topic: CT-Weather
Replies: 42
Views: 37096

Planning on releasing a new version of this script the upcoming nearby future, Here's the new features. [1] Option to use PositionStack API to improve accuracy. [2] User's will be able to save their location with !w set. [3] Ability to view the forecast. [4] Some bugs and suggestions suggested by Cr...