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:
@@ -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)
|
||||
|
||||
@@ -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++;
|
||||
|
||||
Reference in New Issue
Block a user