mirror of
https://github.com/idanoo/gomatrixbot
synced 2025-07-22 16:39:11 +00:00
Updates
This commit is contained in:
parent
c9202bba05
commit
caba8f1638
1 changed files with 3 additions and 3 deletions
|
@ -163,9 +163,9 @@ func (mtrx *MtrxClient) handleCommand(ctx context.Context, evt *event.Event) {
|
|||
case ".top":
|
||||
mtrx.postTheGreats(ctx, evt.RoomID)
|
||||
return
|
||||
// case ".fuckme":
|
||||
// mtrx.purge(ctx, evt.RoomID)
|
||||
// return
|
||||
case ".quic":
|
||||
mtrx.sendMessage(ctx, evt.RoomID, "https://account.quic.nz/refer/19099\nR19099E37JEK")
|
||||
return
|
||||
case ".weather":
|
||||
mtrx.fetchWeather(ctx, evt.RoomID, strings.Join(args[1:], " "))
|
||||
case ".forecast":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue