145
edits
No edit summary |
|||
| Line 20: | Line 20: | ||
Here is the code for a fortune file IRC reader thing. You will need to edit the things in bold. | Here is the code for a fortune file IRC reader thing. You will need to edit the things in bold. | ||
use Irssi; | <nowiki>use Irssi; | ||
use Irssi::Irc; | use Irssi::Irc; | ||
use vars qw($VERSION %IRSSI); | use vars qw($VERSION %IRSSI); | ||
| Line 81: | Line 81: | ||
} | } | ||
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.");</nowiki> | ||
edits