Jump to content

How to Make IRC Scripts: Difference between revisions

no edit summary
No edit summary
 
(One intermediate revision by one other user not shown)
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.");
Line 92: Line 92:


--[[User:Lithium|Lithium]] 22:06, 9 Mar 2008 (UTC)
--[[User:Lithium|Lithium]] 22:06, 9 Mar 2008 (UTC)
[[Category:Archive]]