Skip to content
This repository has been archived by the owner on Sep 26, 2018. It is now read-only.

Commit

Permalink
Merge pull request #4 from 3ventic/master
Browse files Browse the repository at this point in the history
fix commercial typo
  • Loading branch information
Leonardo Mariscal committed Apr 17, 2016
2 parents 92676b8 + e6a0421 commit ab5af87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/com/cavariux/twitchirc/Chat/Channel.java
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,9 @@ public final void r9kbetaOff()
/**
* Put a comercial on air for 30sec (Need Streamer/Editor)
*/
public final void comercial()
public final void commercial()
{
this.bot.sendMessage("/comercial", this);
this.bot.sendMessage("/commercial", this);
}

/**
Expand Down

0 comments on commit ab5af87

Please sign in to comment.