Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BillBarnhill/b0b3f20e5fe4485e4e15b6dcabdec810 to your computer and use it in GitHub Desktop.
Save BillBarnhill/b0b3f20e5fe4485e4e15b6dcabdec810 to your computer and use it in GitHub Desktop.
main.tin
#nop This file is read on startup by WinTin++ by default.
#event {SESSION CONNECTED} {
#showme {CONNECTED: '%0'};
#regex {%0} {^alonzo$} {
CONNECT Alonzo password;
#format {logfile} {C:/Users/wabar/WinTin++/logs/alonzo_%t.html} {%Y-%m-%d};
#log append $logfile;
} {0};
}
#alias login:alonzo {#session alonzo ambershards.com 5000}
#split
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment