weechat

- backup of me weechat setup
git clone git://git.acid.vegas/weechat.git
Log | Files | Refs | Archive | README

commit 7a69248f19f80da950fe5a3964efde322c29fdcf
parent 33acb02b5e8c4d719b45b4d9f1a9b035ae884815
Author: acidvegas <acid.vegas@acid.vegas>
Date: Tue, 4 Jul 2023 23:02:02 -0400

Flood control alias added

Diffstat:
Malias.conf | 2++

1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/alias.conf b/alias.conf
@@ -89,6 +89,8 @@ sn_cont   = "masshl %n 04CAN WE CONTINUE THIS CONVERSATION AT IRC.SUPERNETS.ORG
 sn_dad    = "say this isnt your dads football channel"
 sn_move   = "masshl %n: 1,8/!\08,04 WARNING 1,8/!\ 04This channel has moved to 12IRC.SUPERNETS.ORG #SUPERBOWL"
 sn_gold   = "say You must have a SuperNETs 8,7GOLD account to view this message."
+stopflood = "mode $channel +b ~time:5:~security-group:unknown-users"
+alloflood = "mode $channel -b ~time:5:~security-group:unknown-users"
 
 # Useful
 allusers    = "/perlexec my $b=$buffer\; my $i=weechat::infolist_get("irc_nick", "", weechat::buffer_get_string($b, "localvar_server").",".weechat::buffer_get_string($b, "localvar_channel"))\; my $s\; while(weechat::infolist_next($i)){ $s.=weechat::infolist_string($i, "name")." "\; } weechat::command($b, "$* $s")\; weechat::infolist_free($i)\;"