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 NewzNZ
Sun Aug 23, 2020 4:59 pm
Forum: Scripting Help
Topic: question & exclaimation marks
Replies: 2
Views: 2922

Hi - that's great thank you for the suggestions - will try those options...

Thank you again!
by NewzNZ
Sat Aug 22, 2020 11:07 pm
Forum: Scripting Help
Topic: question & exclaimation marks
Replies: 2
Views: 2922

question & exclaimation marks

Hi there

Am just trying to filter question marks or exclaimation marks in a string...just wondering if something like this is the right way about it:

Code: Select all

	if {[string match {*\?*} $var] || [string match {*\!*} $var]} {
         do some stuff here etc
}
Thanks in advance for any help!
by NewzNZ
Sat Jul 04, 2020 9:44 pm
Forum: Eggdrop Help
Topic: DCC chat session timeout
Replies: 4
Views: 6078

Thank you for the reply & help! Sorry was reading it back and realised my original thank-you reply hadn't appeared! :)
by NewzNZ
Wed Feb 26, 2020 5:36 pm
Forum: Eggdrop Help
Topic: DCC chat session timeout
Replies: 4
Views: 6078

Hi & apologies for my slow reply.

The new bots are on a different shell provider which I purchased to run the bots on a different network.

Thanks for the reply & idea which I would like to try if that's ok?

Thanks again!
by NewzNZ
Wed Feb 12, 2020 6:07 pm
Forum: Eggdrop Help
Topic: DCC chat session timeout
Replies: 4
Views: 6078

DCC chat session timeout

Hi there I recently installed some new bots on a different network and have noticed that when I have a DCC Chat session open on the partyline (via mIRC), the session times-out after about 10-20 mins even though it dosn't actually say it disconnects. Have had a look but just wondering if there is a s...
by NewzNZ
Tue Oct 15, 2019 9:25 pm
Forum: Scripting Help
Topic: Extended ASCII Codes
Replies: 0
Views: 4701

Extended ASCII Codes

Hi there I have an eggdrop displaying news headlines to a channel and am using an ASCII character as part of the design output to a channel. The character number is 221 (vertical cursor-line line >>▐ ). Question is: on one IRC network I use the character displays correctly, but on another it outputs...
by NewzNZ
Tue Sep 24, 2019 5:00 am
Forum: Scripting Help
Topic: question marks in strings
Replies: 4
Views: 4513

Thanks will try also! =)
by NewzNZ
Mon Sep 23, 2019 7:48 pm
Forum: Scripting Help
Topic: question marks in strings
Replies: 4
Views: 4513

Great will give that a try...thanks for the reply!
by NewzNZ
Mon Sep 23, 2019 6:43 pm
Forum: Scripting Help
Topic: question marks in strings
Replies: 4
Views: 4513

question marks in strings

Hi there

Am trying to single out question marks (?) in some of my strings...

Have tried:

if {[string match "*\?*" $string]} {

..but no luck...
Any ideas would be appreciated...cheers.
by NewzNZ
Mon Aug 05, 2019 9:08 pm
Forum: Script Support & Releases
Topic: Birdy (OAuth, Twitter, Tweets&MegaHAL v6.01d) Jun12,2013
Replies: 305
Views: 433673

I need help. While the original tweet is this the output to IRC is truncated and is: (Transfer News Live) @ManUtd The fee for Romelu Lukaku could rise to £100m. £75m up front. £15m add ons plus £10m for Wayne Rooney. (Sou… https://t.co/muBXg7kc5B Notice the (Sou... ) part... How can I change it and...
by NewzNZ
Sat Aug 03, 2019 10:28 pm
Forum: Script Support & Releases
Topic: Birdy (OAuth, Twitter, Tweets&MegaHAL v6.01d) Jun12,2013
Replies: 305
Views: 433673

OAuth failed error

Hi all Have been using the Birdy TCL script without issues for a long time now, but for the last week or so it's been returning this error in the partyline: [02:24:30] OAuth failed: (???) Unknown problem... No reason given...( timeout ) Just wondering if anyone has/is having a similar issue? Thanks ...
by NewzNZ
Sat Aug 03, 2019 6:23 am
Forum: Eggdrop Help
Topic: Telnet connection flood ignores
Replies: 3
Views: 4916

Telnet connection flood ignores

Hi My bots have recently been getting flooded by Telnet connections such as: [09:48:18] Telnet connection: 185.100.87.250/45920 [09:48:17] Telnet connection: ip231.208-100-26.static.steadfastdns.net/45518 ...so many floods at a time that it causes the bots to Ping timeout. (numbers after the / chang...
by NewzNZ
Fri Jul 26, 2019 7:56 pm
Forum: Eggdrop Help
Topic: Joining +key channels
Replies: 2
Views: 4460

Hi & thank you for very much for the help & link - is working now!

Thanks again =)
by NewzNZ
Fri Jul 26, 2019 7:48 am
Forum: Eggdrop Help
Topic: Joining +key channels
Replies: 2
Views: 4460

Joining +key channels

Hi there - have tried several things but am unable to get a bot to join a channel with a +k set...
Thanks in advance for any help!
by NewzNZ
Mon Mar 04, 2019 2:05 am
Forum: Scripting Help
Topic: string containing * (asterisk)
Replies: 3
Views: 4712

Thanks for the reply...will give it a go!