Public paste
Echo the notice in the right network, with the spaces not removed (text alias found on mirc forums)
By: Arie | Date: Sep 7 2006 15:51 | Format: None | Expires: never | Size: 287 B | Hits: 1619

  1. on ^*:NOTICE:*:*: {
  2.   if ($activecid == $cid) {
  3.     echo -at $+(5-,$nick,-) $text 
  4.   }
  5.   else {
  6.     scid $cid echo -t $+(5-,$nick,-) $text 
  7.   }
  8.   haltdef
  9. }
  10.  
  11. alias text var %a | !.echo -q $regsub($right($rawmsg,- $+ $pos($rawmsg,:,2)),/(?<= |^)(?= |$)/g,,%a) | return %a
  12.