mirror of
https://github.com/EnergyMech/energymech.git
synced 2025-12-29 16:14:43 +00:00
2018 cleanup update
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user