X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=videosite-weechat.pl;fp=videosite-weechat.pl;h=0f51c5cd33da756727bd99d2b949f0994946f071;hb=ba69db073455cd39baf7ff3834a4475ed7536a6e;hp=806067965397ceb5b4a9612a8b8d01f391a5d03d;hpb=b5479a104fa874bc5c0cd9784825eba9fd4bf69e;p=videosite.git diff --git a/videosite-weechat.pl b/videosite-weechat.pl index 8060679..0f51c5c 100644 --- a/videosite-weechat.pl +++ b/videosite-weechat.pl @@ -116,6 +116,7 @@ sub videosite_reset { color => \&colorpair, module_path => sub { return File::Spec->catfile(weechat::info_get("weechat_dir", ""), 'perl') }, quote => sub { return $_ }, + reload => sub { weechat::print("", "Please use \"/script reload ...\" to reload") }, _debug => sub { 1 }, })) { weechat::print("", sprintf("videosite API register failed: %s", $libvideosite::error));