ircproxy  The Ultimate Cyborg

question_nt.h File Reference


Detailed Description

This file contains the declaration of enum question_nt.

Definition in file question_nt.h.

Go to the source code of this file.

Enumerations

enum  question_nt { no_related_question, server_port_question, network_domain_question }
 The different questions that the ircproxy can ask the user. More...


Enumeration Type Documentation

The different questions that the ircproxy can ask the user.

Question enumeration type.

Enumerator:
no_related_question  For ircproxy notices without related questions.
server_port_question  What server should I connect to (type: <server> [<port> [<localip>]])?
network_domain_question  Does this network use s as common domain for all servers (type: Yes | No)?

Definition at line 21 of file question_nt.h.

00021                  {
00022   no_related_question,          //!< For ircproxy notices without related questions.
00023   server_port_question,         //!< What server should I connect to (type: &lt;server&gt; [&lt;port&gt; [&lt;localip&gt;]])?
00024   network_domain_question       //!< Does this network use %s as common domain for all servers (type: Yes | No)?
00025 };


Copyright © 2005-2007 Carlo Wood.  All rights reserved.