Skip to content

Commit

Permalink
Updated IRC example to point to #ahk
Browse files Browse the repository at this point in the history
  • Loading branch information
G33kDude committed Jun 26, 2017
1 parent 837a68f commit 68d66c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/IRC.ahk
Expand Up @@ -6,7 +6,7 @@ SetBatchLines, -1
Random, Rand, 1000, 9999

Serv := ["chat.freenode.net", 6667]
Chan := "#ahkscript"
Chan := "#ahk"
Nick := "Socket" Rand

; Create the Gui
Expand Down

0 comments on commit 68d66c9

Please sign in to comment.