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  

 

 Password Grant Op

Go down 
AuthorMessage
ComputerTech
Owner
Owner
ComputerTech


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

Password Grant Op Empty
PostSubject: Password Grant Op   Password Grant Op Empty30/5/2020, 19:04

This is a script that when you message the bot with the set password it will gove you op's

Code:
#####################################
#
# Discription: Gives channel Ops @
# to any user that has the password.
#
# To use Type: /msg botnick password
#
#####################################
#Begin setup

#Put your password for users to get channel Ops here
set oppass "password"

#Put the channel you want the bot to set users Ops in here
set oppasschan "#channel"

#End setup

#Don't edit anything below here

bind msg - "$oppass" oppassmsg
proc oppassmsg {nick uhost hand chan} {
  global oppasschan
  if {[botisop $oppasschan]} {
    putquick "MODE $oppasschan +o $nick"
  }
}
putlog "Channel Ops via password v1.00 by: play4free2 irc.420-mafia.org #MaFia-Lounge loaded!"
Back to top Go down
http://www.computer-tech1.webnode.co.uk
 
Password Grant Op
Back to top 
Page 1 of 1

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