I have a quick question that I've been unable to figure out by looking at the FAQ, help file, and searching the forums (post by post no less!). I have a simple linkbot script that I run between channels. Whenever anyone uses the pipe character, it tries to execute a new command instead of just displaying it in the channel. Any help is much appreciated. Here's the simple code that I run.
Code:
 on *:TEXT:*:#ase:{
  if ( $cid == 1 ) {
    /scid 3 /msg #ase [G] < $+ $nick $+ > $1-
  }
  elseif ( $cid == 3 ) {
    /scid 1 /msg #ase [Q] < $+ $nick $+ > $1-
  }
}
 


-Ecks

P.S. The multi-server capabilities in mIRC are amazing. That was the one thing that I thought was missing from it, and now it's damn near perfect.