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.
Support & discussion of released scripts, and announcements of new releases.
rosc2112
Revered One
Posts: 1454 Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania
Post
by rosc2112 » Tue Jun 13, 2006 5:50 am
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
rosc2112
Revered One
Posts: 1454 Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania
Post
by rosc2112 » Tue Jun 13, 2006 6:15 am
Ok, really need sleep..I broke it =)
Will have to hack on it tomorrow..or tonight..or whatever =)
incith
Master
Posts: 275 Joined: Sat Apr 23, 2005 2:16 am
Location: Canada
Post
by incith » Tue Jun 13, 2006 9:58 pm
Sounds a lot like one of my coding sessions.. "It works!" - "Crap!"