Posted July 11, 2008 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
Posted July 12, 2008 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
Posted July 13, 2008 Ahh, thanks for that explanation Crise :) Share this post Link to post Share on other sites
Posted January 12, 2012 hi you can see an example of raw General for kick? Black78 likes this Share this post Link to post Share on other sites
Posted March 9, 2012 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
Posted March 24, 2012 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