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
mIRC Snippet:
Lost Q bot?
Posted on Oct 10, 2005 10:50 pm
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) {
if ($nick(#,0) < 53) {
mIRC Snippet:
Lost Q bot?
Posted on Oct 11, 2005 8:32 am
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
mIRC Snippet:
Lost Q bot?
Posted on Oct 12, 2005 11:57 am
Posted on Oct 12, 2005 11:57 am
Shouldn\'t it be just:
if ($nick(#,0) < 53) {
msg Q join #
}
?
if ($nick(#,0) < 53) {
msg Q join #
}
?
mIRC Snippet:
Lost Q bot?
Posted on Oct 12, 2005 6:36 pm
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
mIRC Snippet:
Lost Q bot?
Posted on Jul 31, 2006 5:14 am
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.
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.




