Search found 2 matches

by Mandrake
Tue Jun 08, 2004 3:34 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Genbot.mac 12.38 -- Updated 6/4/2004
Replies: 91
Views: 36903

One minor little bug with IRC...

In botcore.inc:

Code: Select all

   } else /if (${ChatIn.Equal[IRC]}) { 
      /irc ${ChatText} 
   } 
Should Read:

Code: Select all

   } else /if (${ChatIn.Equal[IRC]}) { 
      /i say ${ChatText} 
   } 
for IRC to function properly
by Mandrake
Thu Jun 03, 2004 3:52 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Hunter Macro (v1.3 UPDATED 06-07-2004 12:51pm PST)
Replies: 233
Views: 117357

Try recompiling on the latest zip... I belive the bug that was causing that is fixed.