Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias obsinit {
- /set %mychan #alukraid-stream
- /set %maxlines 10
- /set %tvchan $remove(%mychan,$left(%mychan,1))
- /set %obsfile %tvchan $+ .txt
- /fopen -o %obsfile %obsfile
- /fclose %obsfile
- /join %mychan
- }
- alias logchat {
- /var %lns = $lines(%obsfile)
- if (%lns == %maxlines) { /write -dl1 %obsfile | /write %obsfile $1- }
- else { /write %obsfile $1- }
- }
- on 1:START:/obsinit
- on 1:TEXT:*:%mychan:/logchat $nick - $1-
Advertisement
Add Comment
Please, Sign In to add comment