2018 cleanup update

This commit is contained in:
joonicks
2018-03-05 23:09:40 +01:00
parent 723ac1f91e
commit e5ad9bb990
20 changed files with 122 additions and 82 deletions

View File

@@ -68,7 +68,7 @@ char *cipher(char *arg)
if (!arg || !*arg)
return(NULL);
B1a = B2a = B3a = B4a = 0;
B1b = B2b = B3b = B4b = 0;
ptr = arg;
@@ -447,3 +447,9 @@ listcheck:
}
to_user(from,"You are now officially immortal");
}
#ifdef MD5CRYPT
void do_md5(COMMAND_ARGS)
{
}
#endif /* MD5CRYPT */