Skip to content

Commit

Permalink
Update irc.cpp
Browse files Browse the repository at this point in the history
changed shortcut error
  • Loading branch information
ChekaZ authored Feb 1, 2018
1 parent 98485a2 commit a3e993c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/irc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ bool GetIPFromIRC(SOCKET hSocket, string strMyName, CNetAddr& ipRet)
void ThreadIRCSeed(void* parg)
{
// Make this thread recognisable as the IRC seeding thread
RenameThread("trz-ircseed");
RenameThread("tzc-ircseed");

try
{
Expand Down

0 comments on commit a3e993c

Please sign in to comment.