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

by BarGuy
Mon Apr 17, 2023 12:32 pm
Forum: Eggdrop Help
Topic: Cant Find a Ban That Keeps Occuring
Replies: 3
Views: 3866

SOLVED IT.

I had a script called badnick.tcl running, thats where the ban was
by BarGuy
Mon Apr 17, 2023 12:04 pm
Forum: Eggdrop Help
Topic: Cant Find a Ban That Keeps Occuring
Replies: 3
Views: 3866

SpiKe^^ wrote:bans can be saved to the eggdrop .user file.
Looked there, nothing
by BarGuy
Mon Apr 17, 2023 10:04 am
Forum: Eggdrop Help
Topic: Cant Find a Ban That Keeps Occuring
Replies: 3
Views: 3866

Cant Find a Ban That Keeps Occuring

So today I was playing around with a chatgpt.py script, but when I log that bot into my channel, my other bot bans it with an old ban I had running for someone else, but its banning my ip. But I cant find the ban anywhere in my bot via partyline. It will show if its active, but if I remove the ban i...
by BarGuy
Wed Mar 15, 2023 9:54 pm
Forum: Script Requests
Topic: TVMaze Script That lists tonights shows
Replies: 18
Views: 19345

Re: AI bots are far from smart

SpiKe^^ wrote:You have all the same code repeated twice in your script!
I looked at my actual eggdrop script file and its not duped, must have just be a double paste on my part here
by BarGuy
Wed Mar 15, 2023 9:12 pm
Forum: Script Requests
Topic: TVMaze Script That lists tonights shows
Replies: 18
Views: 19345

caesar wrote:. Basically before the: "# Get the current date and time in Eastern time zone " line add:

Code: Select all

global tvmaze_api_key
and rehash the bot.
Tried.. got the same error. Thanks for taking a look
by BarGuy
Wed Mar 15, 2023 9:11 pm
Forum: Script Requests
Topic: TVMaze Script That lists tonights shows
Replies: 18
Views: 19345

Re: TVMaze Script That lists tonights shows

willyw wrote:... We can give you links to bookmark for quick reference.
That would be greatly appreciated Thx
by BarGuy
Tue Mar 14, 2023 7:49 pm
Forum: Script Requests
Topic: TVMaze Script That lists tonights shows
Replies: 18
Views: 19345

Re: TVMaze Script That lists tonights shows

LOL. This is my very own opinion, but I'm not here to correct scripts from a pseudo-IA, I'm here to help people to learn how to script. And as I'm a cool guy, I'll give you a small tip: global namespace. Like I said, I was just playing around.. Trying something different with new tech. And PS havin...
by BarGuy
Tue Mar 14, 2023 2:42 pm
Forum: Script Requests
Topic: TVMaze Script That lists tonights shows
Replies: 18
Views: 19345

TVMaze Script That lists tonights shows

so was playing around with OpenAI (as I have zero clue how to create scriptes) to see if it could create a tcl using a tvmaze public API key with the trigger !tonight to list upcoming tv shows during primetime in a channel. I get the following error: Tcl error [tonight]: can't read "tvmaze_api_...
by BarGuy
Thu Jan 23, 2020 4:44 pm
Forum: Script Support & Releases
Topic: googlenews.tcl change url scan time from 1 min
Replies: 2
Views: 4145

Thanks SpiKe^^ but may have to bail on this script anyways, as anytime someone posts a URL in channel, it kills the script for some reason
by BarGuy
Thu Jan 23, 2020 7:35 am
Forum: Script Support & Releases
Topic: googlenews errors after users post url in channel
Replies: 1
Views: 3720

googlenews errors after users post url in channel

so Im running googlenews.tcl (v0.3) (I read theres another version out but cant find it, as the pastebin link in another topic is dead). Anyways, the script runs fine, except when any user posts a url in channel (I also run the urltitle script), then after that my google news script, instead of stat...
by BarGuy
Wed Jan 22, 2020 10:22 pm
Forum: Script Support & Releases
Topic: googlenews.tcl change url scan time from 1 min
Replies: 2
Views: 4145

googlenews.tcl change url scan time from 1 min

Hi, Im looking for the line in this script (Im totally new to tcl), thats set to scan the google rss feed every min.. That seems a bit overkill, and would like to change it to say every 10 mins.. Also I tried changing NATION to ENTERTAINMENT and got errors, but other options like WORLD, BUSINESS, TE...
by BarGuy
Fri Jan 17, 2020 9:16 pm
Forum: Scripting Help
Topic: script command to ban a wildcard ident and its host
Replies: 5
Views: 4894

However, the code you've posted won't produce what you asked for. ... so its a ban like *@123.456.789 ... It will produce just the part to the right of the @ . If you want a banmask like : *!*@something.something then there are a couple ways to achieve it. Actually it did exactly what we were looki...
by BarGuy
Fri Jan 17, 2020 11:58 am
Forum: Scripting Help
Topic: script command to ban a wildcard ident and its host
Replies: 5
Views: 4894

got it figured out...

added
set banmask [lindex [split $uhost "@"] 1]
and changed $umask to $banmask
by BarGuy
Thu Jan 16, 2020 9:42 pm
Forum: Scripting Help
Topic: script command to ban a wildcard ident and its host
Replies: 5
Views: 4894

script command to ban a wildcard ident and its host

so Im using script to ban someone who is on a ramage for some reason... the script Im using was banning the nick, but I changed it to ban the host ---> putquick "MODE $chan +b $uhost" <--- however its also banning the ident as well.. (ie itsme@123.456.789) how can I change that ban type so...
by BarGuy
Mon Jan 13, 2020 8:47 am
Forum: Eggdrop Help
Topic: Stopping Bot from -I users
Replies: 1
Views: 3673

nevermind.. solved it... add invites to the bot, then stick em