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

From ZNC
Jump to navigation Jump to search
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}}


=== Configuration ===
==== Commands ====
Configuration is done via *kvirc
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.


==== Commands ====
'''<code>avatar <image URL></code>'''
* show - display current configuration.<br>
 
* gender <gender> - set your gender, where <gender> is one of: ''male'', ''female'', ''bot'', ''none''. Changes will be seen on next reconnect to server.<br>
Set your avatar to specified url, for example <code> avatar http://domain.com/avatar.png </code>. Just avatar without url will clear avatar.
* avatar http://domain.com/avatar.png - set your avatar to specified url. Just ''avatar'' without url will clear avatar.<br>
 
* color fg,bg - set foreground color to fg, background color of your nick to bg. Just ''color'' without parameter clears color. Example: ''color 5,12'' sets color of your nick to "brown on blue". Transparent background isn't supported yet, see [https://svn.kvirc.de/kvirc/ticket/812 ticket #812 of KVIrc].
'''<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 irc://irc.freenode.net/#znc, or '''DGandalf''' on irc://irc.efnet.org/#znc for bug reports and suggestions.
Contact '''DarthGandalf''' on ircs://irc.libera.chat/#znc for bug reports and suggestions.

Latest revision as of 19:55, 24 May 2023

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.