1
0
Fork 0
forked from External/grumble

Add VoiceTarget support (whispers and shouts)

This commit is contained in:
Mikkel Krautz 2011-11-12 20:29:18 +01:00
parent b799eb2bda
commit a42e4d07b4
7 changed files with 276 additions and 18 deletions

2
ssh.go
View file

@ -390,4 +390,4 @@ func ClearConfCmd(reply SshCmdReply, args []string) error {
reply.WriteString(fmt.Sprintf("[%v] Cleared value for %v\r\n", serverId, key))
return nil
}
}