Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

alias fontfix in themedit.mrc #18

Closed
ghost opened this issue Jul 30, 2016 · 1 comment
Closed

alias fontfix in themedit.mrc #18

ghost opened this issue Jul 30, 2016 · 1 comment

Comments

@ghost
Copy link

ghost commented Jul 30, 2016

Line 248:
if ($chat(%num)) { font = $+ $ifmatch %font | inc %num | goto loop4 }
Should be:
if ($chat(%num)) { font $ifmatch %font | inc %num | goto loop4 }

And line 251:
if ($fserv(%num)) { font = $+ $ifmatch %font | inc %num | goto loop5 }
Should be:
if ($fserve(%num)) { font $ifmatch %font | inc %num | goto loop5 }

P.S.: Should not forget THEMEDIT.PTM file!!!

@ghost ghost added bug and removed bug labels Jul 30, 2016
@ghost
Copy link
Author

ghost commented Jul 30, 2016

Thanks @craze for making me understand this is perfectly fine code and nothing is wrong with it. I mustn't have had my daily quote of coffee today :/

@ghost ghost closed this as completed Jul 30, 2016
@ghost ghost added the question label Jul 30, 2016
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants