Changeset 823 for branches/ithildin-1.1/modules/ircd/addons/hostcrypt.c
- Timestamp:
- 11/07/08 04:27:12 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ithildin-1.1/modules/ircd/addons/hostcrypt.c
r767 r823 87 87 /* now (re)crypt as necessary. */ 88 88 LIST_FOREACH(cli, ircd.lists.clients, lp) { 89 if (!CLIENT_REGISTERED(cli)) 90 continue; 91 89 92 cli->orighost = mdext(cli, hostcrypt.mdext); 90 93 if (usermode_isset(cli, hostcrypt.mode))
Note: See TracChangeset
for help on using the changeset viewer.
