Search results

  1. wonko

    What is wrong with visit_url?

    I'm attempting to write a barrels script to run in my daily scripted runs to do the boring daily stuff. visit_url is giving me grief however. This code: string barrelitem; barrelitem = visit_url("barrel.php?smash=1"); print(barrelitem); Gives me this output: [5249] Barrel Full of...
  2. wonko

    Character Set Issue

    This effects me both in basic scripting and ASH, and is really starting to get on my nerves. > effects jaba?ero saucesphere (376) jalape?o saucesphere (386) So if I try to do: > cast 1 jaba?ero saucesphere I get nothing. As my terminal doesn't support extended character sets, how do I...
  3. wonko

    accessing KMail from ASH

    I'd like to have a script that checks for certain messages and acts on them. Is this possible? Thanks! -brian
Top