peace-and-protection / Peace-and-Protection

Peace and Protection mIRC script by Pai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

*** Server does not recognize YOU command

opened this issue · comments

If no favorites, then upon clicking PnP > Favorites > Join on connect, it returns with an error: *** Server does not recognize YOU command.

Line 148 - favorites.mrc

if ($_cfgx(favopt,$2) == $null) You don't have any favorites for $2 $+ .

ought to be:

if ($_cfgx(favopt,$2) == $null) dispa You don't have any favorites for $2 $+ .