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

by hellohello
Tue Nov 20, 2018 4:50 pm
Forum: Script Support & Releases
Topic: incith:weather (2.8p) (Dec. 18th, 2008)
Replies: 311
Views: 435518

ok folks, this script seems to be dead in the water... is there an update?
by hellohello
Thu May 14, 2015 3:16 pm
Forum: Script Support & Releases
Topic: incith:weather (2.8p) (Dec. 18th, 2008)
Replies: 311
Views: 435518

+1, much thanks for keeping it working!
by hellohello
Tue Sep 11, 2012 1:11 pm
Forum: Script Support & Releases
Topic: Birdy (OAuth, Twitter, Tweets&MegaHAL v6.01d) Jun12,2013
Replies: 305
Views: 432429

Found it, the line that causes this is at line 900... set html [proc:twitter:encode $html] if {[string match "*error*" $html]} { set text [string range "[join [lrange [split $html \"] 5 end]]" 0 end-1] putserv "$to :foo(13) $twitter(logo) $text"
by hellohello
Tue Sep 11, 2012 12:52 pm
Forum: Script Support & Releases
Topic: Birdy (OAuth, Twitter, Tweets&MegaHAL v6.01d) Jun12,2013
Replies: 305
Views: 432429

Ah, I do see one issue: the latest follower is posted once every n minutes. It looks like this -- https:\/\/si0.twimg.com\/profile_images\/XXXX/BigTimeRush_normal.jpg , profile_background_image_url_https : https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png , followers_count :34, profile_backgro...
by hellohello
Tue Sep 11, 2012 12:38 pm
Forum: Script Support & Releases
Topic: Birdy (OAuth, Twitter, Tweets&MegaHAL v6.01d) Jun12,2013
Replies: 305
Views: 432429

Well I'm also very hopeful about that. I installed it only just now and it's working!
So what's the status, speechles?
by hellohello
Fri Mar 02, 2007 4:04 pm
Forum: Modules & Programming
Topic: BUG if *^*!*@* is banned and user with ! in ident joins
Replies: 3
Views: 9625

I'll go with NML - since the ircd guys don't see a reason to disallow !'s in the username, it's probably not a bug but a feature ;-)
by hellohello
Wed Feb 28, 2007 9:43 am
Forum: Modules & Programming
Topic: BUG if *^*!*@* is banned and user with ! in ident joins
Replies: 3
Views: 9625

BUG if *^*!*@* is banned and user with ! in ident joins

Take a look at this, occurred at IRCNet:

(!) hellohello [~foo!bar@somehost.com] has joined #channel
(!) mode/#channel [+b *^*!*@*] by eggdrop
(!) hellohello was kicked from #Channel by eggdrop [banned]
by hellohello
Mon Feb 12, 2007 9:05 am
Forum: Script Requests
Topic: Ban nicks with ugly characters
Replies: 8
Views: 5732

Yeah, works like a charm. Thanks!! 8)
by hellohello
Mon Feb 12, 2007 8:20 am
Forum: Script Requests
Topic: Ban nicks with ugly characters
Replies: 8
Views: 5732

I added a user to the bots and gave it a global +f flag, after I removed the 'f' flag from the script. This to prevent 'join flood' messages when testing. It still doesn't work...
by hellohello
Sun Feb 11, 2007 2:15 pm
Forum: Script Requests
Topic: Ban nicks with ugly characters
Replies: 8
Views: 5732

Hey there, thanks for the help... I couldn't get them to work though. They don't do anything when a user joins who has \ in his nick.... I don't know why though.
by hellohello
Sat Feb 10, 2007 10:47 am
Forum: Script Requests
Topic: Ban nicks with ugly characters
Replies: 8
Views: 5732

Hi, thanks for the tip, I'm aware of the rfc. However, this ban doesn't work and has been a known bug they just don't want to fix!
by hellohello
Fri Feb 09, 2007 8:17 pm
Forum: Script Requests
Topic: Ban nicks with ugly characters
Replies: 8
Views: 5732

Ban nicks with ugly characters

I have a script request that hopefully won't be too difficult.

We would like to ban users that have a \ in their nick. Why not add a banmask? The server we are on ignores the \ due to a current bug, so it must be in the form of *!*user@host with a 1 minute unban period.

Thank you in advance!