simo

simo

Joined
Feb 02, 2016

Activity Stream

simo commented on a Comment, Prevent joining $nick/$address  -  Mar 30, 2022
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 commented on a Comment, irccloud / mibbit / kiwiirc  -  Nov 15, 2021
simo commented on a Comment, Anti cloned nicks  -  Nov 15, 2021
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 Comment, Banmask Correction  -  Nov 03, 2021
simo commented on a Comment, Anti-Mass-Join  -  Jun 04, 2021
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 Comment, Anti cloned nicks  -  Mar 12, 2019
simo commented on a Comment, here  -  Mar 11, 2019
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 commented on a Comment, here  -  Aug 15, 2018
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 Comment, cs_saregister bot mIRC for Anope 2.0+ (with UnrealIRCd)  -  Oct 06, 2017
simo commented on a Comment, cs_saregister bot mIRC for Anope 2.0+ (with UnrealIRCd)  -  Oct 05, 2017
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 liked a Page, Mass join protection  -  Sep 25, 2017
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 commented on a Comment, bad channel check and ban on all channels you have access in  -  Jul 26, 2017
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 liked a Page, Anti Emoticons Flood  -  May 29, 2017
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  
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.