1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-30 06:56:37 +02:00

+- Removed some ancient debugging code (num - %s)

This commit is contained in:
stskeeps
2002-01-01 16:40:00 +00:00
parent bebebf6cdf
commit d20059ea7d
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -1070,3 +1070,4 @@ seen. gmtime warning still there
- Fixed a typo reported by Tracer (bug #0000022)
- Made support in *nix for encrypted SSL private keys,
"make encpem" to make an encrypted server key if you already have one
- Removed some ancient debugging code (num - %s)
-1
View File
@@ -285,7 +285,6 @@ int m_alias(aClient *cptr, aClient *sptr, int parc, char *parv[], char *cmd) {
}
nums[k] = 0;
i--;
ircd_log(LOG_ERROR, "num - %s", nums);
if (format->parameters[i+1] == '-') {
strrangetok(parv[1], current, ' ', atoi(nums),0);
i++;