Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Description

Example

Required?

Default Value

nickname

The nickname used in chat

irc:MyNick@irc.server.org#channel or irc:irc.server.org#channel?nickname=MyUser

no

null

username

The IRC server user name

irc:MyUser@irc.server.org#channel or irc:irc.server.org#channel?username=MyUser

no

the nickname

password

The IRC server password

password=somepass

no

Nothing

realname

The IRC user's actual name

realname=MyName

no

Nothing

colors

whether or not the server supports color codes

true, false

no

true

onNick

handle nickname change events

true, false

no

true

onQuit

handle user quit events

true, false

no

true

onJoin

handle user join events

true, false

no

true

onKick

handle kick events

true, false

no

true

onMode

handle mode change events

true, false

no

true

onPart

handle user part events

true, false

no

true

onTopic

handle topic change events

true, false

no

true

onPrivmsg

handle message events

true, false

no

true

trustManager

New in 2.0, the trust manager used to verify the SSL server's certificate

trustManager=#referenceToTrustManagerBean

no

A default trust manager will be used that accepts all certificates

...