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.
Kvirc: Difference between revisions
DarthGandalf (talk | contribs) Created page with "{{External Module}} This module shows your gender, avatar and custom nick colors to people in IRC who uses [http://www.kvirc.net/ KVIrc]. == Installing == The code for this ..." |
updated contact URL |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 9: | Line 9: | ||
{{Module arguments}} | {{Module arguments}} | ||
=== | ==== Commands ==== | ||
Send commands with | |||
/msg *kvirc <command> | |||
'''<code>show</code>''' | |||
Display current configuration. | |||
'''<code>gender <male|female|bot|none></code>''' | |||
Set your gender. Changes will be seen on next reconnect to server. | |||
'''<code>avatar <image URL></code>''' | |||
Set your avatar to specified url, for example <code> avatar http://domain.com/avatar.png </code>. Just avatar without url will clear avatar. | |||
'''<code>color <foreground>,<background></code>''' | |||
Set foreground color and background color of your nick. Just color without parameter clears color. Example: <code>color 5,12</code> sets color of your nick to "brown on blue". See [http://www.mirc.com/colors.html mIRC colors] for color codes. Transparent background isn't supported yet, see [https://github.com/kvirc/KVIrc/issues/353 ticket #812 of KVIrc]. | |||
== ChangeLog== | == ChangeLog== | ||
Line 26: | Line 38: | ||
== Note == | == Note == | ||
Contact '''DarthGandalf''' on | Contact '''DarthGandalf''' on ircs://irc.libera.chat/#znc for bug reports and suggestions. |
Latest revision as of 19:55, 24 May 2023
This is an external module. Please note that it may or may not work with the current release (1.9.1). This module is not included in the default ZNC installation, and you will need to manually compile it before you can load this module. Contact the author if you have any questions, but feel free to ask in #znc on Libera.Chat. Someone might be able to help you there. |
This module shows your gender, avatar and custom nick colors to people in IRC who uses KVIrc.
Installing
The code for this module can be found here. Save it to kvirc.cpp and follow the Compiling modules page to compile it.
Usage
Arguments
This user module takes no arguments.
Read loading modules to learn more about loading modules.
Commands
Send commands with
/msg *kvirc <command>
show
Display current configuration.
gender <male|female|bot|none>
Set your gender. Changes will be seen on next reconnect to server.
avatar <image URL>
Set your avatar to specified url, for example avatar http://domain.com/avatar.png
. Just avatar without url will clear avatar.
color <foreground>,<background>
Set foreground color and background color of your nick. Just color without parameter clears color. Example: color 5,12
sets color of your nick to "brown on blue". See mIRC colors for color codes. Transparent background isn't supported yet, see ticket #812 of KVIrc.
ChangeLog
2010-07-09
Add basic support for nick coloring.
2010-02-10
First version, support for gender and avatar.
Note
Contact DarthGandalf on ircs://irc.libera.chat/#znc for bug reports and suggestions.