1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-09 16:23:12 +02:00

Fix-for-fix (debug stuff), sendto... real... opers...

This commit is contained in:
Bram Matthys
2003-04-17 18:01:55 +00:00
parent 9691748a7e
commit 201c0e39bc
+1 -1
View File
@@ -105,7 +105,7 @@ int m_sqline_Unload(int module_unload)
{
if (del_Command(MSG_SQLINE, TOK_SQLINE, m_sqline) < 0)
{
sendto_realops("Failed to delete commands when unloading %s",
sendto_realopers("Failed to delete commands when unloading %s",
m_sqline_Header.name);
}
return MOD_SUCCESS;