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.

mode not taken?

Old posts that have not been replied to for several years.
Locked
User avatar
CrazyCat
Revered One
Posts: 1306
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Post by CrazyCat »

Hi, I know this post might be in TCL programmers' forum, but I think it's a trouble with eggdrops...

a bind mode - * don't detect the halfop changing (+/- h)...
I can't understand this 'cuz when I look in the channel.log create by the egg, I get the "#channel: mode change '+h CrazyCat' by Crazycat!*@*"

So what's wrong?
W
Wcc
Master
Posts: 278
Joined: Sun Oct 28, 2001 8:00 pm
Location: USA
Contact:

Post by Wcc »

Support for halfops will be available in the next release.
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

until then, you could always capture it with a raw binding.
User avatar
CrazyCat
Revered One
Posts: 1306
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Post by CrazyCat »

On 2002-03-15 07:37, Petersen wrote:
until then, you could always capture it with a raw binding.
Negatif Houston ;(

I'll test with a bind raw - * test
and nothing is returned when I do a +/- half
User avatar
CrazyCat
Revered One
Posts: 1306
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Post by CrazyCat »

On 2002-03-15 07:31, Wcc wrote:
Support for halfops will be available in the next release.
do u know when it'll be available?
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

<Petersen> .tcl proc bleh {a b c} {putlog "uhost is $a, key is $b, args are $c"}
<chrootbot> TCL:
<Petersen> .tcl bind raw - MODE bleh
<chrootbot> TCL: MODE
/mode #petersen +h chrootbot
<chrootbot> [18:08] uhost is Petersen!petersen@broken.rdns, key is MODE, args are #petersen +h chrootbot
see, raw bindings do work for it (this is 1.6.8 btw)
User avatar
CrazyCat
Revered One
Posts: 1306
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Post by CrazyCat »

ok, I'll try this...

thanx a lot
User avatar
CrazyCat
Revered One
Posts: 1306
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Post by CrazyCat »

Ok, I've tried it: it works really well...
So, I can now achieve my new version of Egg2Mirc logger...

Be happy, CrazyCat' programming factory won't stop now, thanks to all of you :smile:
Locked