Our Anti-Bully-Alias for multiple IRC-clients
The Anti-Bully-Alias is a nice way of half-automating the appeal against being bullied on IRC.
After you have followed the steps for your client below, you can use /bully bulliesnickname on anyone bullying you on IRC (don’t forget to replace “bulliesnickname” with the actual nickname of the bully).
If your IRC-client is not listed below, please Contact us so we can add instructions for that one too.
mIRC:
Just type the following command:
/bully /say $$1 $+ : I feel offended by your recent action(s). Please read http://stop-irc-bullying.info/stop
Alternatively, more advanced users may use anti-bully.mrc which supports nicklist-integration and multiple targets.
X-Chat & HexChat:
Navigate to Settings -> Advances -> User commands, click “New”, put “bully” (without quotes) in the first box and the following text in the second box:
say %2: I feel offended by your recent action(s). Please read http://stop-irc-bullying.info/stop
Confim everything with “Ok”.
Irssi:
Just type the following two commands:
/alias bully say $0: I feel offended by your recent action(s). Please read http://stop-irc-bullying.info/stop
/save
WeeChat:
Just type the following two commands:
/alias add bully say $1: I feel offended by your recent action(s). Please read http://stop-irc-bullying.info/stop
/save
ChatZilla:
In ChatZilla’s preferences, navigate to Global settings -> Lists tab and add the following to Command aliases:
bully = say $(1): I feel offended by your recent action(s). Please read http://stop-irc-bullying.info/stop
Textual:
Download the bully hook (right-click it and choose “Save Links as” or similar) and place it in Textuals script directory with “bully” as its filename (without quotes).
Quassel
Press F7 to open the settings menu, then navigate to Aliases -> New and replace “alias” with “bully” (without quotes) and “Expansion” with:
/say $1: I feel offended by your recent action(s). Please read http://stop-irc-bullying.info/stop