forked from an/flokati
		
	Merge branch 'master' of git.dnix.de:an/flokati
This commit is contained in:
		
						commit
						1cdd60d39e
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -39,7 +39,9 @@ func init() {
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
func markovHandleMessage(m *Message) {
 | 
			
		||||
 | 
			
		||||
	if strings.HasPrefix(m.Text, "!") {
 | 
			
		||||
		return
 | 
			
		||||
	}
 | 
			
		||||
	tok := strings.Split(m.Text, " ")
 | 
			
		||||
	if tok[0] == "!talk" {
 | 
			
		||||
		if len(tok) < 2 {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue