Changeset 803 for trunk/ithildin/modules/ircd/addons/hostcrypt.c
- Timestamp:
- 05/31/07 15:15:23 (5 years ago)
- File:
-
- 1 edited
-
trunk/ithildin/modules/ircd/addons/hostcrypt.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ithildin/modules/ircd/addons/hostcrypt.c
r787 r803 258 258 static void hostcrypt_encrypt(client_t *cli) { 259 259 260 if ( OPER(cli) && hostcrypt.operhost != NULL)260 if (CLIENT_OPERATOR(cli) && hostcrypt.operhost != NULL) 261 261 strlcpy(cli->host, hostcrypt.operhost, HOSTLEN + 1); 262 262 else
Note: See TracChangeset
for help on using the changeset viewer.
