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.

A very unusual trigger for the ctcp action bind

Old posts that have not been replied to for several years.
Locked
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

A very unusual trigger for the ctcp action bind

Post by awyeah »

Hi,

A very unsual thing has happened.

Code: Select all

<ChanGaZEe> ACTION gives Sudhir aSuperTightHuggingReallySuperEroticGropingFondlingEarthShatteringSonicBoom2,8OhGawdIfYouStopI'llKillYouBetterThanHeavenYetHotterThanHellWatchWhereYaStickYerHandsSuperHugeDon'tYaDareStopTouchingMeKneesAreShakingEarthIsTremblingMyHeartHasStoppedBeatingWasThatTheGroundMovingPassionate WetDeepLingering***KISS!!!
* adapter sets mode: +b *!*@202.163.95.90
* ChanGaZEe was kicked by adapter ( Channel Long Action Flood Kick  - You exceeded the limit of 300 bytes of an action, by typing an action of *322* characters. It would be appreciated if you made a long story, short. - (Kick #1002))
This guy typed a text instead of an action
but still it triggered one of my binds, which is

Code: Select all

bind ctcp - ACTION my_procedure
How can this be avioded.
This is a text and should be detected by the pubm bind
rather than the ctcp bind.

How can I fix this, so the ctcp - action bind does not
trigger this?
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
User avatar
user
&nbsp;
Posts: 1452
Joined: Tue Mar 18, 2003 9:58 pm
Location: Norway

Re: A very unusual trigger for the ctcp action bind

Post by user »

awyeah wrote:This is a text and should be detected by the pubm bind
rather than the ctcp bind.
Nope..that's 1.5 ctcp :P (\001bla\001 + \001 (the second one should be considered a normal privmsg)), so unless you left something out, your client is the one messing up, not the eggdrop.
Have you ever read "The Manual"?
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

Umm... thanks for the info. :lol:
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
Locked