Jethro commented on a Page, /searchnick   -  Apr 26, 2011

jaytea, the current code you have will have to search the whole, exact nickname to return a match. I think you may have forgotten to enclose $1 with the asterisk symbols:

alias search {
  var %t = 1
  while ($fline($chan, * $+ $1*, %t, 1).text) {
    echo -ag -> $v1
    inc %t
  }
}
 Respond  
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.