aboutsummaryrefslogtreecommitdiff
path: root/chanlist.h
blob: 95d428e0d5e5687f0288b3954d6ee077da9cc544 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef chanlist_h_INCLUDED
#define chanlist_h_INCLUDED

// list of channels to join
extern char *g_chanlist[];
// length of the above
extern const int g_nchannels;
// list of passwords for channels, or NULL if no password
// parallel to g_chanlist
extern char *g_chanpwlist[];

#endif // chanlist_h_INCLUDED