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.

new version of convert.tcl

Support & discussion of released scripts, and announcements of new releases.
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

more pestery stuff

Post by rosc2112 »

just noticed this, the "bind each sign" uses "*<char>sign", which was probably on purpose, so the trigger is caught in any sentence, but, it produces an error, at least with the mods I did. It brings up the msg about "Please choose a valid sign"

So I changed

Code: Select all

bind pubm -|- "*${incith::horoscope::command_char}${sign}" incith::horoscope::public_message

to: 

bind pub -|- "${incith::horoscope::command_char}${sign}" incith::horoscope::public_message
*tweak* :)
Time to goto sleep before I do any more damage
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

Ok, really need sleep..I broke it =)
Will have to hack on it tomorrow..or tonight..or whatever =)
User avatar
incith
Master
Posts: 275
Joined: Sat Apr 23, 2005 2:16 am
Location: Canada

Post by incith »

Sounds a lot like one of my coding sessions.. "It works!" - "Crap!"
Post Reply