To create new wiki account, please join us on #znc at Libera.Chat and ask admins to create a wiki account for you. You can say thanks to spambots for this inconvenience.
Send raw: Difference between revisions
Jump to navigation
Jump to search
DarthGandalf (talk | contribs) Created page with "{{DISPLAYTITLE:send_raw}} {{Extra Module}} This module allows you to send raw traffic to IRC from other users. == Usage == {{Module arguments | count = no }} === Commands ..." |
>Un1matr1x mNo edit summary |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:send_raw}} | {{DISPLAYTITLE:send_raw}} | ||
{{ | {{Core Module | version = 1.0}} | ||
This module allows you to send raw traffic to IRC from other users. | This module allows you to send raw traffic to IRC from other users. |
Revision as of 16:38, 7 November 2012
This module is a part of ZNC. This module is shipped with ZNC by default. If you have the right "LoadMod" you can activate it with /znc LoadMod send_raw The code for this module can be found here. This module is part of ZNC since Version 1.0 |
This module allows you to send raw traffic to IRC from other users.
Usage
Arguments
This user module takes no arguments.
Read loading modules to learn more about loading modules.
Commands
The following command joins the user which is named 'Eve' to #znc.
/msg *send_raw Eve JOIN #znc /msg *send_raw Eve PRIVMSG #znc :I'm using znc! /msg *send_raw Eve QUIT Jumping.Server! /msg *send_raw Eve INVITE Adam #znc /msg *send_raw psychon MODE #znc +o Adam
Please note that this module expects a raw line. This means that all client aliases and client commands DO NOT work (e.g. /msg is in reality PRIVMSG).
For other RAW commands, visit irchelp