[6.07] customized colored shortcuts

Hotfixes for outdated Gamers.IRC versions.
chris1
Administrator
Posts: 3029
Joined: 11.09.2003 20:17
Status: Gamers.IRC Coder

[6.07] customized colored shortcuts

Unread postby chris1 » 30.12.2013 22:47

Feature:
With this change, Gamers.IRC can also use customized colored shortcuts. (short=text with mirc colors-blod-etc.)

Solution:
Open the mIRC script editor (Alt+R) with gamersirc.grc, scroll to line 6206:

Code: Select all

          if (c isincs $gettok($chan($active).mode,1,32)) { var %sentence = $readini(bin\ini\shortcuts.ini,shortcuts, $1) }
Replace that by:

Code: Select all

          if (c isincs $gettok($chan($active).mode,1,32)) { var %sentence = $strip($readini(bin\ini\shortcuts.ini,shortcuts, $1)) }
          elseif ($chr(3) isin $readini(bin\ini\shortcuts.ini,shortcuts, $1)) { var %sentence = $readini(bin\ini\shortcuts.ini,shortcuts, $1) }
Status:
Fixed in the next Gamers.IRC version.

Patched files:
You can find all Gamers.IRC files with integrated hotfixes here.

Who is online

Users browsing this forum: No registered users and 4 guests