When receive messages without newline characters, how can I fire a trigger?
For example, MUD server send a message "100/100> ", a second later, MUD server send another message "99/100> ", and so on.
Client will displays messages as "100/100> 99/100> ...".
I need to fire a trigger when incoming number less than "80/100> ", how can I do it?
Thanks.
For example, MUD server send a message "100/100> ", a second later, MUD server send another message "99/100> ", and so on.
Client will displays messages as "100/100> 99/100> ...".
I need to fire a trigger when incoming number less than "80/100> ", how can I do it?
Thanks.