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

by tekster
Tue Jun 23, 2009 2:38 pm
Forum: Script Support & Releases
Topic: Eggdrop RSS Syndication (rss-synd) v0.5b1
Replies: 399
Views: 659882

pretty much the same as what it posts to the channel, but i have a couple different feeds and dont want all to change the topic, so i think that may cause a little problem, but for that i can have 2 scripts,
by tekster
Tue Jun 23, 2009 1:30 pm
Forum: Script Support & Releases
Topic: Eggdrop RSS Syndication (rss-synd) v0.5b1
Replies: 399
Views: 659882

is there an easy to make it change the topic of a channel for a certain feed?
by tekster
Mon Jun 22, 2009 4:23 pm
Forum: Script Support & Releases
Topic: Eggdrop RSS Syndication (rss-synd) v0.5b1
Replies: 399
Views: 659882

is there a way to have the topic change when a new feed is announced in the channel?
by tekster
Sat Dec 13, 2008 12:07 am
Forum: Script Support & Releases
Topic: tcl/php pack to display phpBB board messages in #channel
Replies: 22
Views: 37911

i know noone has probably messed with this too much in recent times, but would anyone know if this would work with phpbb3 with minor changes?
by tekster
Sat Aug 05, 2006 12:09 am
Forum: Script Requests
Topic: register/auth system
Replies: 4
Views: 3672

its not being used for registering with the network, its for a seperate script but i wanted to see if i could get a register/auth type of script to make registration capable on an eggdrop instead of doing on a second mIRC client open
by tekster
Thu Aug 03, 2006 11:04 pm
Forum: Script Requests
Topic: register/auth system
Replies: 4
Views: 3672

not sure what undernet/qnet uses, but what i was going to try to do was pm the bot 'register tekster password' and it would register that name and then i can auth to the bot by 'auth tekster password'
by tekster
Tue Aug 01, 2006 9:34 pm
Forum: Script Requests
Topic: register/auth system
Replies: 4
Views: 3672

register/auth system

i was wondering if there was a script that allows you to message the bot with 'register <name> <password> <email>' and to auth 'auth <name> <password>' or where i would start something liek that, if its even possible with tcl, thx
by tekster
Sun Jul 09, 2006 2:46 am
Forum: Scripting Help
Topic: help with utimer and killutimer
Replies: 1
Views: 3062

help with utimer and killutimer

i need some help with killing the utimer that i start in the start:timer proc, im still pretty new at coding this, so i need some help in getting it to stop, thx bind pub - .timer start:timer bind pub - .stop stop:timer proc start:timer {nick host hand chan text} { global channel msg interval id if ...