Loading

Paste #pqrfaafoh

  1. Index: src/3rdparty/squirrel/squirrel/sqcompiler.cpp
  2. ===================================================================
  3. --- src/3rdparty/squirrel/squirrel/sqcompiler.cpp       (revision 26763)
  4. +++ src/3rdparty/squirrel/squirrel/sqcompiler.cpp       (working copy)
  5. @@ -66,7 +66,7 @@

Paste #pqoxqawnz

  1. 184c184
  2. <         irc.sendMsg(ircmsgs.privmsg(channel, msg))
  3. ---
  4. >         irc.queueMsg(ircmsgs.privmsg(channel, msg))

Paste #pjwdyms7q

  1.     TextColour colour = TC_BLACK;
  2.     if (order->IsType(OT_IMPLICIT)) {
  3.         colour = (selected ? TC_SILVER : TC_GREY) | TC_NO_SHADE;
  4.     } else if (selected) {
  5.         colour = TC_WHITE;
  6.     }