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

compile fix

This commit is contained in:
Bram Matthys
2010-12-12 21:13:43 +00:00
parent dcb34f43f6
commit cb60ae3442
+1 -1
View File
@@ -278,7 +278,7 @@ char *unrealinfo[] =
void m_info_send(aClient *sptr)
{
char **text = unrealinfotext;
char **text = unrealinfo;
sendto_one(sptr, ":%s %d %s :=-=-=-= %s =-=-=-=",
me.name, RPL_INFO, sptr->name, IRCDTOTALVERSION);