| # | Line 129 | Line 129 | report_error(int level, const char* text | |
|---|---|---|
| 129 | { | |
| 130 | who = (who) ? who : ""; | |
| 131 | ||
| 132 | < | sendto_realops_flags(UMODE_DEBUG, level, text, who, strerror(error)); |
| 132 | > | sendto_realops_flags(UMODE_DEBUG, level, SEND_NOTICE, |
| 133 | > | text, who, strerror(error)); |
| 134 | ilog(LOG_TYPE_IRCD, text, who, strerror(error)); | |
| 135 | } | |
| 136 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |