TCLDROP
Would you like to react to this message? Create an account in a few clicks or log in to continue.
TCLDROP

Eggdrop And TCL Help, Support And Chat
 
HomeHome  PublicationsPublications  FAQFAQ  SearchSearch  MemberlistMemberlist  Latest imagesLatest images  UsergroupsUsergroups  RegisterRegister  Log in  CalendarCalendar  WebsiteWebsite  ChatRoomChatRoom  

 

 Normal Slow and steady Masskick

Go down 
AuthorMessage
ComputerTech
Owner
Owner
ComputerTech


Posts : 99
Points : 268
Reputation : 0
Join date : 2020-04-30

Normal Slow and steady Masskick Empty
PostSubject: Normal Slow and steady Masskick   Normal Slow and steady Masskick Empty21/5/2020, 23:52

this is a normal and slow steady masskick

Code:
bind pub -|- !masskick massk

proc massk {nick host hand chan var} {
 global botnick
 if {$var != ""} { set reason $var } else { set reason "cleaning up channel" }
 if {[isop $botnick $chan]} {
  putlog "masskick activated on $chan by $nick!"
  putquick "MODE $chan +im"
  timer 2 "puthelp \"MODE $chan -im\""
  foreach user [chanlist $chan] {
  if {![isop $user $chan] && ![ishalfop $user $chan] && ![isvoice $user $chan] && ![matchattr [nick2hand $user] fnmo|fnmo $chan]} {
  putquick "kick $chan $user $reason "
  }
  }
 } else { puthelp "NOTICE $nick :Gimme ops first!" }
}
Back to top Go down
http://www.computer-tech1.webnode.co.uk
 
Normal Slow and steady Masskick
Back to top 
Page 1 of 1
 Similar topics
-
» MassKick

Permissions in this forum:You cannot reply to topics in this forum
TCLDROP :: Other :: Code-
Jump to: