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

From ZNC
Jump to navigation Jump to search

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.