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 ..."
(No difference)

Revision as of 13:30, 17 December 2011

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.

Configuration

Configuration is done via *kvirc

Commands

  • show - display current configuration.
  • gender <gender> - set your gender, where <gender> is one of: male, female, bot, none. Changes will be seen on next reconnect to server.
  • avatar http://domain.com/avatar.png - set your avatar to specified url. Just avatar without url will clear avatar.
  • 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 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 irc://irc.freenode.net/#znc, or DGandalf on irc://irc.efnet.org/#znc for bug reports and suggestions.