mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-10 21:23:12 +02:00
compile fix
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user