IRCNetworkConnectionInfo Class Reference

Struct containing information about client's connection to the IRC server. More...

#include <ircnetworkconnectioninfo.h>

Public Member Functions

void fillInMissingFields ()
 Fills missing data with presets. More...
 

Public Attributes

QString alternateNick
 Alternate nickname in case if ' nick ' is taken when connecting. More...
 
IRCNetworkEntity networkEntity
 Information about the network to which we will connect. More...
 
QString nick
 Original nickname. This variable will always store the current nickname of the client. More...
 
QString realName
 User's real name. Optional. More...
 

Detailed Description

Struct containing information about client's connection to the IRC server.

Definition at line 35 of file ircnetworkconnectioninfo.h.

Member Function Documentation

void IRCNetworkConnectionInfo::fillInMissingFields ( )
inline

Fills missing data with presets.

  • If nick is empty it is changed to Doomseeker_ + <4 random alphanum chars>
  • If alternateNick is empty it is changed to nick + "`"
  • If realName is empty it is changed to nick.

Definition at line 68 of file ircnetworkconnectioninfo.h.

Member Data Documentation

QString IRCNetworkConnectionInfo::alternateNick

Alternate nickname in case if ' nick ' is taken when connecting.

Definition at line 42 of file ircnetworkconnectioninfo.h.

IRCNetworkEntity IRCNetworkConnectionInfo::networkEntity

Information about the network to which we will connect.

Definition at line 47 of file ircnetworkconnectioninfo.h.

QString IRCNetworkConnectionInfo::nick

Original nickname. This variable will always store the current nickname of the client.

Definition at line 53 of file ircnetworkconnectioninfo.h.

QString IRCNetworkConnectionInfo::realName

User's real name. Optional.

Definition at line 58 of file ircnetworkconnectioninfo.h.


The documentation for this class was generated from the following file: