ircproxy The Ultimate Cyborg |
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... |
enum question_nt |
The different questions that the ircproxy can ask the user.
Question enumeration type.
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: <server> [<port> [<localip>]])? 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. |
---|