- Timestamp:
- Mar 2, 2014, 1:50:57 AM (11 years ago)
- Branches:
- master
- Children:
- 59a7416
- Parents:
- d554223
- git-author:
- Mike Belopuhov <mike@…> (03/02/14 01:48:34)
- git-committer:
- Mike Belopuhov <mike@…> (03/02/14 01:50:57)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
icb.h
rd554223 r1d2125a 23 23 #define ICB_MAXPASSLEN 32 24 24 #define ICB_MAXTOPICLEN 160 25 #define ICB_MTABLEN 50 /* XXX */ 25 26 26 27 #define ICB_M_LOGIN 'a' … … 120 121 void icb_input(struct icb_session *); 121 122 int icb_ismod(struct icb_group *, struct icb_session *); 123 int icb_modpermit(struct icb_session *); 122 124 int icb_pass(struct icb_group *, struct icb_session *, struct icb_session *); 123 125 void icb_privmsg(struct icb_session *, char *, char *);
Note:
See TracChangeset
for help on using the changeset viewer.