simo

simo

Joined
Feb 02, 2016

Activity Stream

simo commented on a Page, Putmode  -  Nov 30, 2021

I wonder if this could be done for kicks as well as some ircds allow stacked kicking
To have a bunch of:

/kick #channel nick reason
/kick #channel nick reason
/kick #channel nick reason
/kick #channel nick reason

Be compressed to a:

/kick #channel nick,nick,nick,nick reason

 Respond  
simo commented on a Page, Personal on join greet  -  Nov 23, 2021

on ME:*:JOIN:#test:{ .timer $+ ChanGreeter. $+ $chan 1 3 msg $unsafe($chan) $iif($asctime(H) < 06, good night,$iif($asctime(H) < 12, good morning,$iif($asctime(H) < 18,good afternoon,good evening))) }

simo created a Page  -  Nov 05, 2021

i have decided to share it here as it has dissapeared from the net totally and cant be found anywhere

  1 Thread   mIRC  
simo commented on a Page, Oper who/whowas limit fix needed  -  Sep 14, 2019

not sure if this is what u meant but u can try it


on *:text:*:#ops: {
  if ($nick isop $chan) && ($regex($1-,/(^|\s)(.idshow?w?s?\s\S+)/i)) {
    set -u3 %whoisnicks $gettok($replace($gettok($2-,1-,46),$chr(32),$chr(44)),1,46)
    if ($numtok(%whoisnicks,44) <= 10) {
      tokenize 32 $regml(2) | whois $2
    } 
  }
  if ($nick isop $chan) && ($regex($1-,/(^|\s)(.lastid?d?s?\s\S+)/i)) {
    set -u3 %whowasnicks $gettok($replace($gettok($2-,1-,46),$chr(32),$chr(44)),1,46) 
    if ($numtok(%whowasnicks,44) <= 10) {
      tokenize 32 $regml(2) | whowas $2
    }
  }
}
simo commented on a Page, VoiceDelay For Freenode Spambots  -  Dec 05, 2018

nice idea for networks that lack channelmode +M

i also believe undernet has something extra by using channel mode +D and +m to set delayed voice using /names -d channel

i believe xplo wrote a code for it if i recall that could only be used for 1 channel at a time

 Respond  
simo commented on a Page, auto voice  -  Nov 25, 2018

on some ircds there is the option of setting channel mode +M wich already grants voice to registered users and mutes non registered wich has the same effect without the spam of channel with +v on each join

 Respond  
simo commented on a Page, Nick Change Kicker  -  Nov 02, 2018

really depends what kind of nick changes take place as regular nick changes are normal not much you can do about that
also some networks allow block of nick changes within channel by channel mode

 Respond  
simo commented on a Page, RAW Code  -  Oct 14, 2018

You could try adding this

raw 330:*:{ msg #soundops $2-  }
 Respond  
simo created a Page  -  Aug 08, 2018

join channels after u have identified for your registered nick just incase u have access on the channels you are joining to have u gaining access automated.

 Respond   mIRC  
simo commented on a Page, cs_saregister bot mIRC for Anope 2.0+ (with UnrealIRCd)  -  Oct 02, 2017

as services root in anope 2.0* u can register any channel without the need for a module and transfer founder access to anyone

simo commented on a Page, Mass join protection  -  Sep 25, 2017

...

 Respond  
simo created a Page  -  Aug 03, 2017
2 406 

protecting from impersonating channel admins/ops/bots:

 Respond  
simo created a Page  -  Aug 02, 2017
1 318 

this will ban and kick out cloned nicks like:

  1 Thread   mIRC  
simo created a Page  -  Jul 04, 2017
3 198 

this kick bans users that send u PM right after u join a channel ( within 2 seconds line 1 in the code ) and obviously u need to be opped on the channels

 Respond   mIRC  
simo created a Page  -  Jul 01, 2017
3 276 

This will kick all banned users slightly faster since it stores in var and then kick like:

 Respond   mIRC  
simo created a Page  -  Jun 02, 2017
2 302 

i forgot who the author was of this else i would have mentioned

 Respond   mIRC  
simo created a Page  -  May 28, 2017
1 204 

This will check for bad channel on join and set ban on all channels you have access like: chanOP this saves u the trouble if they join on another of ur channels to start all over again

  1 Thread   mIRC  
simo created a Page  -  May 22, 2017
1 226 

this will get rid of mass nick changes on channel and also will check for irccloud host and ban appropriately

 Respond   mIRC  
simo created a Page  -  May 16, 2017
1 302 

Most modern updated IRCD's have all kinds of features to prevent mass joins some dont tho and those that have usually only lock channel if mass joins detected not removing mass joiners therefor this code might be some sort of solution for that part

simo created a Page  -  May 11, 2017
2 211 

this detects repeats in channel and sets kick bans unlike most ircds today wich only have channel lock option to tackle this yet leave the repeaters in the channels wich is not effective this script gets rid of them it sets range bans to prevent them using another range from the ip/host they are using as most likely these kind of floods are done using proxied / vpn alike IPS

 Respond   mIRC  
simo created a Page  -  May 09, 2017
1 188 

this will scann joining nicks in channel for paterns in nicks and get rid of them

 Respond   mIRC  
simo created a Page  -  Apr 20, 2017
3 148 

if you monitor multi channels and you want to synchronize ban settings on all channels you are on and have access to you can use these 2 events to check for ban setting in a channel and have them set on all channels u are on and have access to it will also match anyone matching banmask and remove from channel this may help manage channel and get rid of abuse

 Respond   mIRC  
simo created a Page  -  Apr 19, 2017
4 290 

this checks for bad / nick / ident and host and bans the bad part (with wildcard to prevent evade) as well as bans host to prevent rejoin as most likely they didn't drop by for a cup of tea

 Respond   mIRC  
simo created a Page  -  Apr 15, 2017
2 133 

this removes regular banmask set on irccloud users and replaces with ident ban since many irccloud users have clone hosts ( some actually have uid in host as well but since some dont i decided to make this small code that bans ident instead since all irccloud users have UID in ident )

  1 Thread   mIRC  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.