home *** CD-ROM | disk | FTP | other *** search
- "$0d$0a"
- "Type Ctrl+C to quit the chat mode$0d$0a"
- :getchar1
- trace(0)
- @q = getchw
- if (@q = -1) goto :getchar1
- if (substr(@q,1,1) = "$03") goto :exit1
- if (substr(@q,2,1) = 'H') goto :dhost1
- goto :getchar1
-
- :dhost1
- @s = substr(@q,1,1)
- "@s"
- if (@s = "$0d") "$0a"
- goto :getchar1
-
- :exit1
- exit
-
-