Commands For Bot

By Premier*uekk on Jun 20, 2008

.mode Ex: /msg Botnick .mode #channelname -o NickToDeop

#######################
# Simple Bot Commands #
# By PremierUekk     #
#######################

On 100:TEXT:*:#: {
  if ($1 == .op) { /mode # +o $nick }
  if ($1 == .deop) { /mode # -o $nick }
  if ($1 == .voice) { /mode # +v $nick }
  if ($1 == .devoice) { /mode # -v $nick }
  if ($1 == .kick) { /kick # $2- }
  if ($1 == .ban) { mode $chan +b $address($2,2) }
  if ($1 == .say) { /msg # $2- }
  if ($1 == .adduser) { /auser $2 $3 | /msg $chan I Added $3 With Xs $2 }
  if ($1 == .topic) { /topic # $2- | .timer 1 2 /msg $chan Topic Changed To :( $2- ): }
}
menu NickList {
  Adduser Xs 100-=-:/guser 100 $$1
}
Private message->

On 100:TEXT:*:?: {
  if ($1 == .mode) { /mode $2- }
}

Comments

Sign in to comment.
Bullet_Dodger   -  Oct 26, 2008

#######################

Simple Bot Commands

By PremierUekk

#######################

should be

;######################
; Simple Bot Commands #
; By PremierUekk #
;######################

 Respond  
guest598594   -  Jun 23, 2008
On Private message ####

What\'s this for?

 Respond  
napa182   -  Jun 21, 2008

Jamiie said:

if ($1 == .ban) { /ban # $2- }

needs to be

if ($1 == .ban) { mode $chan +b $address($2,2) }

if you are going to ban someone why not kick them as well by useing

if ($1 == .ban) { ban -k # $2 2 Banned From Room }
 Respond  
Premier*uekk   -  Jun 21, 2008

.timer 1 2 /msg $chan Topic Changed To :( $2- ):
}
Just To Make it more hekk hux ;)

 Respond  
NindoLover   -  Jun 20, 2008

Whats the point to

.timer 1 2 /msg $chan Topic Changed To :( $2- ): 

Cause in Lucid and them it already says

Topic changed to BLah blah blah by BLah it just makes the bot do more then what it needs to do. [/Quote]

 Respond  
Premier*uekk   -  Jun 20, 2008

Oh Thanks :) hehe I will Fix them all :P

 Respond  
Jamiie   -  Jun 20, 2008
On 100:TEXT:*:?: {
  if ($1 == .mode) { /mode $2- }
}

I don\'t see the point of this except for usermodes for the bot?. Get rid of all the /\'s. Makes the script look messy.

  if ($1 == .ban) { /ban # $2- }

needs to be

  if ($1 == .ban) { mode $chan +b $address($2,2) }
 Respond  
vaseline28   -  Jun 20, 2008

So let me get this straight...
A user with level 100 or higher types in .op and gets opped, but if they have a level of 100 then they are above an op. Why does it need doing then?

 Respond  
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.