mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-08 20:43:12 +02:00
+- Removed some ancient debugging code (num - %s)
This commit is contained in:
@@ -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