Go to the source code of this file.
Data Structures | |
| struct | channel_flag_map_t |
Variables | |
| static channel_flag_map_t | normal_flag_map [] |
| static channel_flag_map_t | stupid_ircnet_flag_map [] |
channel_flag_map_t normal_flag_map[] [static] |
Initial value:
{
{CHAN_ENFORCEBANS, "enforcebans"},
{CHAN_DYNAMICBANS, "dynamicbans"},
{CHAN_OPONJOIN, "autoop"},
{CHAN_NODESYNCH, "nodesynch"},
{CHAN_GREET, "greet"},
{CHAN_DONTKICKOPS, "dontkickops"},
{CHAN_INACTIVE, "inactive"},
{CHAN_LOGSTATUS, "statuslog"},
{CHAN_SECRET, "secret"},
{CHAN_AUTOVOICE, "autovoice"},
{CHAN_CYCLE, "cycle"},
{CHAN_HONORGLOBALBANS, "honor-global-bans"},
{0, 0}
}
Definition at line 33 of file flagmaps.c.
Referenced by script_channel_get(), script_channel_info(), and tcl_channel_modify().
channel_flag_map_t stupid_ircnet_flag_map[] [static] |
Initial value:
{
{CHAN_DYNAMICEXEMPTS, "dynamicexempts"},
{CHAN_DYNAMICINVITES, "dynamicinvites"},
{CHAN_HONORGLOBALEXEMPTS, "honor-global-exempts"},
{CHAN_HONORGLOBALINVITES, "honor-global-invites"},
{0, 0}
}
Definition at line 49 of file flagmaps.c.
Referenced by script_channel_get(), script_channel_info(), and tcl_channel_modify().
1.5.6