Sidetrack

Raw Commands

31 posts in this topic

something like this should probably do it, not tested so it might need another tweak to make it what you want

$To: %[userNI] From: %[myNI] $<%[myNI]> You are being TimeBanned for 2h because: TEST|<%[myNI]> !tban %[userNI] %[line:Time] TEST|$To: 'you opchat nick here' From: %[myNI] $<%[myNI]> %[userNI] are being TimeBanned for 2h because: TEST|

Thanks en_dator, worked like a charm :)

Just one thing, why do I not see it in OpChat, only others ?

Regards,

BrotherBear

Share this post


Link to post
Share on other sites

Because when you send pm, only the receiving user will see it, the reason why you normally see your own messages is because the client adds a local copy of your message on it's own for you to see. However since Raw commands are just that, raw protocol commands send directly the local copy of the pm will not be added.

Share this post


Link to post
Share on other sites

Whats the equvivalent for "<%[myNI]> +report %[userNI] is sharing forbidden files containing: %[userCS]|" in an ADC-hub? The old command just wont work anymore?

Share this post


Link to post
Share on other sites

Whats the equvivalent for "<%[myNI]> +report %[userNI] is sharing forbidden files containing: %[userCS]|" in an ADC-hub? The old command just wont work anymore?

Assuming hub has a +report command that would be:

BMSG %[mySID] +reports%[userNI]sisssharingsforbiddensfilesscontaining:s%[userCS]n

Where the last n represents an actual new line character (0x0a) not escaped new line in the message (which would be represented as the physical characters "n").

All I can really do in terms of ADC is point people to http://adc.sourceforge.net/ADC.html

Probably coming too late to be any help for you in particular, but for future reference.

Share this post


Link to post
Share on other sites