This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

botnick isbotnick problem

Old posts that have not been replied to for several years.
Locked
User avatar
Dedan
Master
Posts: 260
Joined: Wed Jul 09, 2003 10:50 pm
Location: Memphis

botnick isbotnick problem

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.
g
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.
Locked