Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Find problem from ports Re:(2)

From: ptretter::charter::net at: 30-Sep-2000 22:52

Your absolutely right - I made my ircparser very simple for the bots messages it recieves in the input-buffer based on what I am trying to achieve. I do intend to make a full fledged ircparser soon for my script but more importantly as a full irc compliant client in accorance with RFC 1459. I will also include ident server also when I am done. I did find that it wasnt a problem with find it was that I had received a message that didnt contain the "!" in the parse. It presented the problem. I fixed it with an if function to check for "!" before ircparsing. I have been very selective on the which incoming messages I use this ircparser function as I have other functions for different messages. I appreciate your input. Very helpful. Paul Tretter