Skip to content

Commit

Permalink
removed extra dashes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahsaap committed Aug 22, 2018
1 parent 5e702f4 commit ff5d372
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -134,8 +134,8 @@ namespace TestConsole
client.OnLog += Client_OnLog;
client.OnJoinedChannel += Client_OnJoinedChannel;
client.OnMessageReceived += Client_OnMessageReceived;
- client.OnWhisperReceived += Client_OnWhisperReceived;
- client.OnNewSubscriber += Client_OnNewSubscriber;
client.OnWhisperReceived += Client_OnWhisperReceived;
client.OnNewSubscriber += Client_OnNewSubscriber;
client.OnConnected += Client_OnConnected;

client.Connect();
Expand Down

0 comments on commit ff5d372

Please sign in to comment.