Jump to content

How to Make IRC Scripts: Difference between revisions

 
Line 78: Line 78:
     }
     }
     return $return;
     return $return;
}
  }
   Irssi::signal_add_last('message public', 'cmd_hl');
   Irssi::signal_add_last('message public', 'cmd_hl');
   Irssi::print("quotes  script by nchip loaded.");
   Irssi::print("quotes  script by nchip loaded.");
145

edits