/dports/irc/irssi-scripts/irssi-scripts/scripts/ |
H A D | iMPD.pl | 1132 Irssi::command_bind madd => \&add; 1139 Irssi::command_bind map => \&addPlay; 1147 Irssi::command_bind mls => \&ls; 1151 Irssi::command_bind mloud => \&loud; 1153 Irssi::command_bind mmute => \&mute; 1154 Irssi::command_bind mnext => \&next; 1157 Irssi::command_bind mmove => \&move; 1158 Irssi::command_bind mplay => \&play; 1169 Irssi::command_bind mseek => \&seek; 1172 Irssi::command_bind mstop => \&stop; [all …]
|
H A D | hide.pl | 107 command_bind 'hide target' => sub { 117 command_bind 'hide target add' => sub { 122 command_bind 'hide target remove' => sub { 130 command_bind 'hide level' => sub { 141 command_bind 'hide level add' => sub { 146 command_bind 'hide level remove' => sub { 155 command_bind 'hide' => sub { 165 command_bind 'hide print' => sub { 170 command_bind 'hide usage' => sub { print_usage (); }; 171 command_bind 'hide help' => sub { print_usage (); };
|
H A D | gpgvalidator.pl | 85 Irssi::command_bind('setpass','setpass'); 92 Irssi::command_bind('verify','sub_verify'); 97 Irssi::command_bind('validate','send_ctcp_request'); 106 Irssi::command_bind('about','about'); 107 Irssi::command_bind('greets','greets'); 108 Irssi::command_bind('manual','manual'); 109 Irssi::command_bind('erasepass','erasepass');
|
H A D | bgta.pl | 32 Irssi::command_bind bgversion => \&cmd_bgversion; 47 Irssi::command_bind bghelp => \&cmd_bghelp; 81 Irssi::command_bind bggoogle => \&cmd_bggoogle; 167 Irssi::command_bind bgphp => \&cmd_bgphp; 168 Irssi::command_bind bgphpwb => \&cmd_bgphpwb; 208 Irssi::command_bind bgwwwd => \&cmd_bgwwwd; 246 Irssi::command_bind bgperl => \&cmd_bgperl; 281 Irssi::command_bind bgdebian => \&cmd_bgdebian;
|
H A D | cron.pl | 298 Irssi::command_bind('jobs', 'cmd_jobs', 'Cron'); 299 Irssi::command_bind('jobadd', 'cmd_jobadd', 'Cron'); 300 Irssi::command_bind('jobdel', 'cmd_jobdel', 'Cron'); 301 Irssi::command_bind('jobdisable', 'cmd_jobdisable', 'Cron'); 302 Irssi::command_bind('jobenable', 'cmd_jobenable', 'Cron'); 303 Irssi::command_bind('jobssave', 'cmd_jobssave', 'Cron'); 304 Irssi::command_bind('jobsload', 'cmd_jobsload', 'Cron');
|
H A D | trackbar.pl | 571 Irssi::command_bind('trackbar goto' => 'goto_trackbar'); 572 Irssi::command_bind('trackbar keep' => 'cmd_keep_once'); 573 Irssi::command_bind('trackbar mark' => 'cmd_mark'); 574 Irssi::command_bind('trackbar markvisible' => 'cmd_markvisible'); 575 Irssi::command_bind('trackbar markall' => 'cmd_markall'); 576 Irssi::command_bind('trackbar remove' => 'cmd_trackbar_remove_one'); 577 Irssi::command_bind('trackbar removeall' => 'cmd_remove_all_trackbars'); 578 Irssi::command_bind('trackbar redraw' => 'redraw_trackbars'); 579 Irssi::command_bind('trackbar' => 'trackbar_runsub'); 580 Irssi::command_bind('mark' => 'cmd_mark');
|
H A D | rainbow.pl | 159 Irssi::command_bind("rsay", "rsay"); 160 Irssi::command_bind("rtopic", "rtopic"); 161 Irssi::command_bind("rme", "rme"); 162 Irssi::command_bind("rkick", "rkick"); 163 Irssi::command_bind("rknockout", "rknockout");
|
H A D | UNIBG-autoident.pl | 225 Irssi::command_bind('id show', 'cmd_showpasswords'); 226 Irssi::command_bind('id list', 'cmd_showpasswords'); 227 Irssi::command_bind('id add', 'cmd_addpassword'); 228 Irssi::command_bind('id del', 'cmd_delpassword'); 229 Irssi::command_bind('id help', 'cmd_print_help'); 230 Irssi::command_bind('id', 'cmd_id');
|
H A D | timer.pl | 89 command_bind 'timer add' => sub { 144 command_bind 'timer list' => sub { 157 command_bind 'timer stop' => sub { 162 command_bind 'timer help' => sub { cmd_timer_help() }; 164 command_bind 'timer' => sub {
|
H A D | paste_kimmoke.pl | 104 Irssi::command_bind('start', 'cmd_start'); 105 Irssi::command_bind('stop', 'cmd_stop'); 106 Irssi::command_bind('see', 'cmd_see'); 107 Irssi::command_bind('play', 'cmd_play');
|
H A D | randaway.pl | 114 Irssi::command_bind('raway', 'cmd_away'); 115 Irssi::command_bind('awayreread', 'readreasons'); 116 Irssi::command_bind('awayadd', 'add_reason'); 117 Irssi::command_bind('awayreasons', 'reasons');
|
H A D | cap_sasl.pl | 261 Irssi::command_bind('sasl', \&cmd_sasl); 262 Irssi::command_bind('sasl load', \&cmd_sasl_load); 263 Irssi::command_bind('sasl save', \&cmd_sasl_save); 264 Irssi::command_bind('sasl set', \&cmd_sasl_set); 265 Irssi::command_bind('sasl show', \&cmd_sasl_show); 266 Irssi::command_bind('sasl mechanisms', \&cmd_sasl_mechanisms); 317 Irssi::command_bind("sasl keygen" => sub { 383 Irssi::command_bind("sasl pubkey" => sub { 424 Irssi::command_bind("sasl keygen" => sub { 429 Irssi::command_bind("sasl pubkey" => sub {
|
H A D | mkshorterlink.pl | 201 Irssi::command_bind ('mkshorter', 'cmd_mkshorter'); 202 Irssi::command_bind ('mkunshort', 'cmd_mkunshort'); 203 Irssi::command_bind ('mkununshort', 'cmd_mkununshort'); 204 Irssi::command_bind ('mkunshortlist', 'cmd_mkunshortlist'); 205 Irssi::command_bind ('help', 'cmd_help');
|
H A D | xmms.pl | 47 Irssi::command_bind('np', \&cmd_xmms); 48 Irssi::command_bind('xmms', \&cmd_xmms); 50 Irssi::command_bind('np help', \&cmd_xmms); 51 Irssi::command_bind('xmms help', \&cmd_xmms);
|
/dports/irc/irssi/irssi-1.2.3/src/fe-common/core/ |
H A D | window-commands.c | 887 command_bind("window", NULL, (SIGNAL_FUNC) cmd_window); in window_commands_init() 888 command_bind("window new", NULL, (SIGNAL_FUNC) cmd_window_new); in window_commands_init() 890 command_bind("window kill", NULL, (SIGNAL_FUNC) cmd_window_close); in window_commands_init() 893 command_bind("window goto", NULL, (SIGNAL_FUNC) cmd_window_goto); in window_commands_init() 895 command_bind("window next", NULL, (SIGNAL_FUNC) cmd_window_next); in window_commands_init() 896 command_bind("window last", NULL, (SIGNAL_FUNC) cmd_window_last); in window_commands_init() 899 command_bind("window item", NULL, (SIGNAL_FUNC) cmd_window_item); in window_commands_init() 905 command_bind("window name", NULL, (SIGNAL_FUNC) cmd_window_name); in window_commands_init() 907 command_bind("window move", NULL, (SIGNAL_FUNC) cmd_window_move); in window_commands_init() 912 command_bind("window list", NULL, (SIGNAL_FUNC) cmd_window_list); in window_commands_init() [all …]
|
/dports/irc/irssi/irssi-1.2.3/src/otr/ |
H A D | otr-fe.c | 307 command_bind("otr", NULL, (SIGNAL_FUNC) cmd_otr); in otr_fe_init() 308 command_bind("otr debug", NULL, (SIGNAL_FUNC) cmd_otr_debug); in otr_fe_init() 309 command_bind("otr init", NULL, (SIGNAL_FUNC) cmd_otr_init); in otr_fe_init() 310 command_bind("otr finish", NULL, (SIGNAL_FUNC) cmd_otr_finish); in otr_fe_init() 311 command_bind("otr trust", NULL, (SIGNAL_FUNC) cmd_otr_trust); in otr_fe_init() 312 command_bind("otr distrust", NULL, (SIGNAL_FUNC) cmd_otr_distrust); in otr_fe_init() 313 command_bind("otr forget", NULL, (SIGNAL_FUNC) cmd_otr_forget); in otr_fe_init() 315 command_bind("otr auth", NULL, (SIGNAL_FUNC) cmd_otr_auth); in otr_fe_init() 316 command_bind("otr authq", NULL, (SIGNAL_FUNC) cmd_otr_authq); in otr_fe_init() 317 command_bind("otr genkey", NULL, (SIGNAL_FUNC) cmd_otr_genkey); in otr_fe_init() [all …]
|
/dports/irc/insub/insub-16.0/old/dist/ |
H A D | gay-2.3.pl | 607 Irssi::command_bind("cow", \&cow); 608 Irssi::command_bind("colcow", \&colcow); 609 Irssi::command_bind("figcow", \&figcow); 611 Irssi::command_bind("colcat", \&colcat); 612 Irssi::command_bind("figlet", \&figsay); 613 Irssi::command_bind("colfig", \&colfig); 614 Irssi::command_bind("gaysay", \&gaysay); 615 Irssi::command_bind("colexec", \&colexec); 616 Irssi::command_bind("gay", \&gay); 617 Irssi::command_bind("gv", \&gv); [all …]
|
H A D | gay-1.4.pl | 449 Irssi::command_bind("cow", \&cow); 450 Irssi::command_bind("colcow", \&colcow); 451 Irssi::command_bind("figcow", \&figcow); 452 Irssi::command_bind("figcolcow", \&figcolcow); 453 Irssi::command_bind("colcat", \&colcat); 454 Irssi::command_bind("figlet", \&figsay); 455 Irssi::command_bind("colfig", \&colfig); 456 Irssi::command_bind("gaysay", \&gaysay); 457 Irssi::command_bind("colexec", \&colexec); 458 Irssi::command_bind("blink", \&blinksay); [all …]
|
H A D | gay-2.2.pl | 559 Irssi::command_bind("cow", \&cow); 560 Irssi::command_bind("colcow", \&colcow); 561 Irssi::command_bind("figcow", \&figcow); 563 Irssi::command_bind("colcat", \&colcat); 564 Irssi::command_bind("figlet", \&figsay); 565 Irssi::command_bind("colfig", \&colfig); 566 Irssi::command_bind("gaysay", \&gaysay); 567 Irssi::command_bind("colexec", \&colexec); 568 Irssi::command_bind("gay", \&gay); 569 Irssi::command_bind("gv", \&gv); [all …]
|
H A D | gay-2.1.pl | 525 Irssi::command_bind("cow", \&cow); 526 Irssi::command_bind("colcow", \&colcow); 527 Irssi::command_bind("figcow", \&figcow); 528 Irssi::command_bind("figcolcow", \&figcolcow); 529 Irssi::command_bind("colcat", \&colcat); 530 Irssi::command_bind("figlet", \&figsay); 531 Irssi::command_bind("colfig", \&colfig); 532 Irssi::command_bind("gaysay", \&gaysay); 533 Irssi::command_bind("colexec", \&colexec); 534 Irssi::command_bind("blink", \&blinksay); [all …]
|
H A D | gay-1.6.pl | 501 Irssi::command_bind("cow", \&cow); 502 Irssi::command_bind("colcow", \&colcow); 503 Irssi::command_bind("figcow", \&figcow); 504 Irssi::command_bind("figcolcow", \&figcolcow); 505 Irssi::command_bind("colcat", \&colcat); 506 Irssi::command_bind("figlet", \&figsay); 507 Irssi::command_bind("colfig", \&colfig); 508 Irssi::command_bind("gaysay", \&gaysay); 509 Irssi::command_bind("colexec", \&colexec); 510 Irssi::command_bind("blink", \&blinksay); [all …]
|
H A D | gay-2.0.pl | 524 Irssi::command_bind("cow", \&cow); 525 Irssi::command_bind("colcow", \&colcow); 526 Irssi::command_bind("figcow", \&figcow); 527 Irssi::command_bind("figcolcow", \&figcolcow); 528 Irssi::command_bind("colcat", \&colcat); 529 Irssi::command_bind("figlet", \&figsay); 530 Irssi::command_bind("colfig", \&colfig); 531 Irssi::command_bind("gaysay", \&gaysay); 532 Irssi::command_bind("colexec", \&colexec); 533 Irssi::command_bind("blink", \&blinksay); [all …]
|
/dports/irc/atheme-services/atheme-7.2.9/contrib/ |
H A D | cap_sasl.pl | 261 Irssi::command_bind('sasl', \&cmd_sasl); 262 Irssi::command_bind('sasl load', \&cmd_sasl_load); 263 Irssi::command_bind('sasl save', \&cmd_sasl_save); 264 Irssi::command_bind('sasl set', \&cmd_sasl_set); 265 Irssi::command_bind('sasl show', \&cmd_sasl_show); 266 Irssi::command_bind('sasl mechanisms', \&cmd_sasl_mechanisms); 317 Irssi::command_bind("sasl keygen" => sub { 383 Irssi::command_bind("sasl pubkey" => sub { 424 Irssi::command_bind("sasl keygen" => sub { 429 Irssi::command_bind("sasl pubkey" => sub {
|
/dports/irc/irssi/irssi-1.2.3/src/fe-text/ |
H A D | textbuffer-commands.c | 404 command_bind("clear", NULL, (SIGNAL_FUNC) cmd_clear); in textbuffer_commands_init() 405 command_bind("window scroll", NULL, (SIGNAL_FUNC) cmd_window_scroll); in textbuffer_commands_init() 406 command_bind("window hidelevel", NULL, (SIGNAL_FUNC) cmd_window_hidelevel); in textbuffer_commands_init() 407 command_bind("scrollback", NULL, (SIGNAL_FUNC) cmd_scrollback); in textbuffer_commands_init() 408 command_bind("scrollback clear", NULL, (SIGNAL_FUNC) cmd_scrollback_clear); in textbuffer_commands_init() 409 command_bind("scrollback levelclear", NULL, (SIGNAL_FUNC) cmd_scrollback_levelclear); in textbuffer_commands_init() 410 command_bind("scrollback goto", NULL, (SIGNAL_FUNC) cmd_scrollback_goto); in textbuffer_commands_init() 411 command_bind("scrollback home", NULL, (SIGNAL_FUNC) cmd_scrollback_home); in textbuffer_commands_init() 412 command_bind("scrollback end", NULL, (SIGNAL_FUNC) cmd_scrollback_end); in textbuffer_commands_init() 413 command_bind("scrollback status", NULL, (SIGNAL_FUNC) cmd_scrollback_status); in textbuffer_commands_init()
|
/dports/irc/irssi/irssi-1.2.3/src/perl/ |
H A D | perl-fe.c | 258 command_bind("script", NULL, (SIGNAL_FUNC) cmd_script); in fe_perl_init() 259 command_bind("script exec", NULL, (SIGNAL_FUNC) cmd_script_exec); in fe_perl_init() 260 command_bind("script load", NULL, (SIGNAL_FUNC) cmd_script_load); in fe_perl_init() 261 command_bind("script unload", NULL, (SIGNAL_FUNC) cmd_script_unload); in fe_perl_init() 262 command_bind("script reset", NULL, (SIGNAL_FUNC) cmd_script_reset); in fe_perl_init() 263 command_bind("script list", NULL, (SIGNAL_FUNC) cmd_script_list); in fe_perl_init() 264 command_bind("load", NULL, (SIGNAL_FUNC) cmd_load); in fe_perl_init()
|