Skip to content
Snippets Groups Projects
  1. Oct 21, 1999
  2. Oct 20, 1999
    • Chris Fry's avatar
      · 4d619a8b
      Chris Fry authored
      rough help files for the .scrhelp talker command
      
      I've yet to add seperate files for each of the commands showing exactly how
      to use them....
      
      Fry
      4d619a8b
    • Justin Mitchell's avatar
    • Chris Fry's avatar
      · b07f1a30
      Chris Fry authored
      Hmm.. probably something to do with header files again...
      
      I've changed the help function to list it automatically now.
      
      Fry
      b07f1a30
    • Chris Fry's avatar
      · 18a12f08
      Chris Fry authored
      Arghhh.. dunno why all these files...
      
      Hmm.. I change a header file, wwould that do it?
      
      Anyway...
      
      edit.c - I've updated 'user view' so yu can see if a user is reflected
      chattable.h - added '.scrhelp' command which searches the 'scripthelp' dir
      talker.c - implemented the 'scrhelp' function
      
      And thats it...
      
      Fry
      18a12f08
    • Justin Mitchell's avatar
      logic operators and stuff · 63f65bc4
      Justin Mitchell authored
      63f65bc4
    • Justin Mitchell's avatar
      A few little updates and bits · b46d7864
      Justin Mitchell authored
      plus a utils directory for fixing things with
      b46d7864
  3. Oct 19, 1999
    • Chris Fry's avatar
      · 964cd129
      Chris Fry authored
      I've changed 'runaway' to a constant RUN_AWAY, and updated it to 1000,
      otherwise the most I can get with encrpption is about 10-15 chars :)
      
      Fry
      964cd129
    • Chris Fry's avatar
      · 31aa4638
      Chris Fry authored
      Hmm... odd.. I haven't touched script_inst.h
      
      Anyway.. I've removed the 'reflect' command from chattable.h - too powerful
      really, and can be abused (eg, by firefury, err... or me)
      
      Fry
      31aa4638
    • Justin Mitchell's avatar
      be30f95d
  4. Oct 18, 1999
  5. Oct 15, 1999
  6. Oct 13, 1999
    • Chris Fry's avatar
      · 675945c3
      Chris Fry authored
      Parse.c, init.c handle new script stuff
      main.c has an extra couple of lines added so it calls the right commands for
      '/' as well as '.' and '!'
      umm... god knows what edit.c does.. it works whatever... :)
      
      Fry
      675945c3
  7. Jul 19, 1999
  8. Jul 16, 1999
  9. Jul 15, 1999
  10. Jul 14, 1999
  11. Jul 09, 1999
  12. Jul 04, 1999
  13. Jul 02, 1999
  14. Jun 10, 1999
    • Chris Fry's avatar
      · 5b3ac880
      Chris Fry authored
      Finished!
      
      the iRC scripts now support quotes eg, "hi    all", and .raw and !tell also
      work properly without causing a seg fault, and removing backslashes.
      
      also, multiple commands are now available....
      
      eg:
      
      bind test .e wibbles;.e says "I   am    a    fish!";.e was joking :)
      
      Fry
      5b3ac880
  15. Jun 08, 1999
    • Chris Fry's avatar
      · 77a571f7
      Chris Fry authored
      Argument parsing now works fine. Will warn you if incorrect number of
      arguments specified on script command line
      
      Also now checks for invalid scripts, such as '%'s before '$'s, and more than
      one '%'
      
      Oh, also now loads scripts up from .mwrc like aliases do, rather than from
      the .mwscript file
      
      Fry
      77a571f7
  16. Jun 07, 1999
    • Chris Fry's avatar
      · 7a8962f3
      Chris Fry authored
      Now gives number of arguments, if incorrect amount given
      
      Fry
      7a8962f3
    • Chris Fry's avatar
      · c271c1be
      Chris Fry authored
      ok.. I've implemented iRC scripts, eg /me
      
      These can be put into the file '.mwscript', see SUCS mw for details
      
      I'm now working on multiple commands, but it looks difficult :(
      
      Fry
      c271c1be
  17. Jun 04, 1999
    • Chris Fry's avatar
      · 499881c6
      Chris Fry authored
      Changed '!user timeout' to also have the min/max timeout values that
      !timeout gives
      
      Fry
      499881c6
    • Chris Fry's avatar
      · 4251a9d1
      Chris Fry authored
      updated '.ignore', and '.unignore' so now multiple users can be specified,
      eg, '.ignore fry dez firefury' gives:
      '<user> has just ignored fry, dez and firefury'
      
      :) Kinda useful - still works with '*', but '*' has to be the first argument
      to the command, eg. '.ignore * dez firefury' will just ignore all
      
      Fry
      4251a9d1
  18. Jun 02, 1999
    • Chris Fry's avatar
      · b585c53d
      Chris Fry authored
      Umm... it's compiled all these files, but they are unchanged, I just added
      debug info, then removed it again...
      
      I tried implementing infinite arguments for commands, like 'wiz'. I got this
      working, but it kept crashing when I exited the 'DoCommand' routine :( I
      think this was something to do overwriting memory outside the routine, but
      couldn't work it out...
      
      Anyway, for now, I've changed the MAX_ARGC variable to 128 - I figured that
      this should easily be enough. (Parse.h)
      
      Fry
      b585c53d
  19. May 27, 1999
    • Chris Fry's avatar
      · b5aa0330
      Chris Fry authored
      Fixed the POSTINFO bug.
      
      The strlen(buff) was after the memcpy. I've referenced this before the
      memcpy now, and it works fine.
      
      Fry
      b5aa0330
  20. May 25, 1999
    • Chris Fry's avatar
      · 67076c38
      Chris Fry authored
      Added FORCE_WIZ, so that wiz, wall, and tells can't be ignored
      
      Fry
      67076c38
    • Chris Fry's avatar
      · ffc19ea6
      Chris Fry authored
      quickly changed the broadcast message routine to send wiz/wall/logon info
      from pid -1, so that it is an invalid pid. this means it becomes a proper
      SYSTEM message when using spy, and ignore.
      
      This has the effect of now not being able to ignore WIZ and WALL messages
      from ignored people.
      
      Next.. Tells! (use coventry for this) -- but god knows how... any
      suggestions, bar realtering the msg pipe :(
      
      Fry
      ffc19ea6
Loading