modules/channels/flagmaps.c File Reference

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 []


Variable Documentation

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().

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().


Generated on Sun Nov 30 18:43:35 2008 for eggdrop1.9 by  doxygen 1.5.6