Old posts that have not been replied to for several years.
-
Dedan
- Master
- Posts: 260
- Joined: Wed Jul 09, 2003 10:50 pm
- Location: Memphis
Post
by Dedan »
I have noticed over and over that when i use
botnick or
isbotnick in a
script there is trouble, the bot does not know it's current nick.
does anyone else have this problem?
examples
Code: Select all
global botnick i_nick
if {$nick == $botnick} { blah }
# even if i use string match -nocase
or
if {[isbotnick $i_nick]} { blah }
thanks for any help
I once was an intelligent young man, now i am old and i can not remember who i was.
-
greenbear
- Owner
- Posts: 733
- Joined: Mon Sep 24, 2001 8:00 pm
- Location: Norway
Post
by greenbear »
Nope, I've never had any problems with either.