Skip to content

Instantly share code, notes, and snippets.

View westor7's full-sized avatar
🏠
Working from home

westor westor7

🏠
Working from home
View GitHub Profile
@westor7
westor7 / nickserv_identify.js
Last active June 12, 2021 21:17
KiwiIRC enter identify password if ask for on connect for REDHISPANA
kiwi.plugin('nickserv_identify', function(kiwi, log) {
kiwi.on('irc.notice', function(event, network) {
if (event.nick.toLowerCase() !== 'nickserv') { return; }
var IsLogged = network.ircClient.user.modes.has('r');
if (IsLogged) { return; }
var text = "nick pertenece a otra persona.";
@westor7
westor7 / badwords.mrc
Last active March 20, 2021 03:03
Badwords Protection for Kendy
; --- Settings ---
alias -l badwords_chan { return #msl }
alias -l badwords_file { return badwords.db }
alias -l badwords_ban_time { return 3600 }
alias -l badwords_ban_type { return 2 }
alias -l badwords_ban_kick_message { return Do NOT use badwords here! }
; --- Settings ---
@westor7
westor7 / wmm.mrc
Created August 4, 2017 16:41
WESTOR Module Manager
/*
########################################
# WESTOR Module Manager #
# v4.0 - (01/08/2017) #
# Thanks Supporters #
########################################