mirror of
https://github.com/idanoo/gomatrixbot
synced 2025-07-23 00:49:12 +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":
|
case ".top":
|
||||||
mtrx.postTheGreats(ctx, evt.RoomID)
|
mtrx.postTheGreats(ctx, evt.RoomID)
|
||||||
return
|
return
|
||||||
// case ".fuckme":
|
case ".quic":
|
||||||
// mtrx.purge(ctx, evt.RoomID)
|
mtrx.sendMessage(ctx, evt.RoomID, "https://account.quic.nz/refer/19099\nR19099E37JEK")
|
||||||
// return
|
return
|
||||||
case ".weather":
|
case ".weather":
|
||||||
mtrx.fetchWeather(ctx, evt.RoomID, strings.Join(args[1:], " "))
|
mtrx.fetchWeather(ctx, evt.RoomID, strings.Join(args[1:], " "))
|
||||||
case ".forecast":
|
case ".forecast":
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue