excursion
Previous  Top  Next

System/Remotes/exs01.mrc


-----------------------------------------------------
L222   on ^*:notice:*:#:{
   if ($halted) return
-----------------------------------------------------
L240   on ^*:notice:*:?:{
   if ($halted) return
-----------------------------------------------------
L286   on ^1:action:*:#:{
   if ($halted) return
-----------------------------------------------------
L293   on ^1:action:*:?:{
   if ($halted) return
-----------------------------------------------------
L315   on *:INPUT:*:{
   if ($halted) return
-----------------------------------------------------
L374   on ^*:chat:*:{
   if ($halted) return
-----------------------------------------------------
CHANGE
L446   on ^1:topic:#:{ if ($me ison $chan) { echo $chan $tag $c(1) $nick $c(2) changes topic to ' $+ $Visible($1-) $+  $+ $c(1) $+ ' } | haltdef }
TO
R446   on &1:topic:#:{    if ($halted) return | if ($me ison $chan) { echo $chan $tag $c(1) $nick $c(2) changes topic to ' $+ $Visible($1-) $+  $+ $c(1) $+ ' } | haltdef }
-----------------------------------------------------
L496   on ^*:text:*:?:{
   if ($halted) return
-----------------------------------------------------
L524   on ^*:text:*:#:{
   if ($halted) return