dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE

trigger.conf (1788B)


      1 #
      2 # weechat -- trigger.conf
      3 #
      4 # WARNING: It is NOT recommended to edit this file by hand,
      5 # especially if WeeChat is running.
      6 #
      7 # Use /set or similar command to change settings in WeeChat.
      8 #
      9 # For more info, see: https://weechat.org/doc/quickstart
     10 #
     11 
     12 [look]
     13 enabled = on
     14 monitor_strip_colors = off
     15 
     16 [color]
     17 flag_command = lightgreen
     18 flag_conditions = yellow
     19 flag_post_action = lightblue
     20 flag_regex = lightcyan
     21 flag_return_code = lightmagenta
     22 regex = white
     23 replace = cyan
     24 trigger = green
     25 trigger_disabled = red
     26 
     27 [trigger]
     28 beep.arguments = ""
     29 beep.command = "/print -beep"
     30 beep.conditions = "${tg_highlight} || ${tg_msg_pv}"
     31 beep.enabled = on
     32 beep.hook = print
     33 beep.post_action = none
     34 beep.regex = ""
     35 beep.return_code = ok
     36 cmd_pass.arguments = "5000|input_text_display;5000|history_add;5000|irc_command_auth"
     37 cmd_pass.command = ""
     38 cmd_pass.conditions = ""
     39 cmd_pass.enabled = on
     40 cmd_pass.hook = modifier
     41 cmd_pass.post_action = none
     42 cmd_pass.regex = "==^((/(msg|quote) +nickserv +(id|identify|register|ghost +[^ ]+|release +[^ ]+|regain +[^ ]+) +)|/oper +[^ ]+ +|/quote +pass +|/set +[^ ]*password[^ ]* +|/secure +(passphrase|decrypt|set +[^ ]+) +)(.*)==$1$.*+"
     43 cmd_pass.return_code = ok
     44 msg_auth.arguments = "5000|irc_message_auth"
     45 msg_auth.command = ""
     46 msg_auth.conditions = ""
     47 msg_auth.enabled = on
     48 msg_auth.hook = modifier
     49 msg_auth.post_action = none
     50 msg_auth.regex = "==^(.*(id|identify|register|ghost +[^ ]+|release +[^ ]+) +)(.*)==$1$.*+"
     51 msg_auth.return_code = ok
     52 server_pass.arguments = "5000|input_text_display;5000|history_add"
     53 server_pass.command = ""
     54 server_pass.conditions = ""
     55 server_pass.enabled = on
     56 server_pass.hook = modifier
     57 server_pass.post_action = none
     58 server_pass.regex = "==^(/(server|connect) .*-(sasl_)?password=)([^ ]+)(.*)==$1$.*4$5"
     59 server_pass.return_code = ok