Top

Lost Q bot?

+ 0 likes
Please Register to submit score.
Average Score  2.6
Scores Submitted  5
Date Added  Oct 10, 2005
Last Updated  Oct 10, 2005
Tags  bot  q  warning 

Introduction

For those going for Q bot in their channel. this is a automatic warning code that will message all channels letting people know that the users in your channel has fellen and need them to join

Grab the Code

Comments

  (5)  RSS
xDaeMoN
Comments: 696
 
mIRC Snippet:  Lost Q bot?
Posted on Oct 10, 2005 10:50 pm
You don\'t have to set a variable, you can just do it like this

if ($nick(#,0) < 53) {
LikWydd
Comments: 4
 
mIRC Snippet:  Lost Q bot?
Posted on Oct 11, 2005 8:32 am
kk thanx daemon. i only started scripting bout 2 weeks ago and this is my 1st port. thnx for ur help
anthalus
Comments: 70
 
mIRC Snippet:  Lost Q bot?
Posted on Oct 12, 2005 11:57 am
Shouldn\'t it be just:

if ($nick(#,0) < 53) {
msg Q join #
}

?
QuickStep
Comments: 123
 
mIRC Snippet:  Lost Q bot?
Posted on Oct 12, 2005 6:36 pm
no this snippet is for requesting qbot, and you need an x amount of people for that, once q is in your channel it wont leave anymor, so this snippet has very limited use
Noutrious
Comments: 343
 
mIRC Snippet:  Lost Q bot?
Posted on Jul 31, 2006 5:14 am
anyway,
set %users $nick($active,0)
if (%users < 53) {
could be replaced with
var %users = $nick($active,0)
if (%users < 53) {
the variable isn`t used later, so no need to set it.

Please Register or Login to start posting comments.
Bottom