who viewer

By cofvempire on Mar 07, 2013

this is just a simple /who viewer
it shows nick and realname
just r-click anywhere then who viewer or /whos
u will b asked for a channel put a channelname in (#hawkee ex.)
a dialog will open after 1 sec. if its to long or to short change timer.

bugs, problems, suggestions let me know :)

dialog who {
  title "who viewer"
  size -1 -1 100 150
  option dbu
  list 3, 1 1 98 130, sort size extsel hsbar
  button "Close", 6, 35 135 32 11, ok
}

on *:Dialog:who:init:*: {
  $iif($isfile(who.txt),loadbuf -o who 3 who.txt)
}

on *:Dialog:who:sclick:*: {
  if ($did == 6) { /write -c who.txt }
}

alias whos { 
who $$?="channel?" | timerwho 1 1 /dialog -m who who }

menu * {
  who viewer:/whos
}
raw *:*: {
  if ($numeric == 352) { 
  write who.txt $6 = $9}
}

Comments

Sign in to comment.
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.