#Gaius THINGS
1 messages · Page 4 of 1
:inbox_tray: Input:
2 ( 2):outbox_tray: Output
ERROR: TypeError: 2 is not a function
!calc 2 ( 2
:inbox_tray: Input:
2 ( 2:outbox_tray: Output
ERROR: SyntaxError: missing ) after argument list
!calc 2 > 2
:inbox_tray: Input:
22:outbox_tray: Output
Answer: 22
!calc { 2 , 3 }
:inbox_tray: Input:
23:outbox_tray: Output
Answer: 23
!calc 72 % 7
:inbox_tray: Input:
727:outbox_tray: Output
Answer: 727
!calc 72 mod 7
:inbox_tray: Input:
727:outbox_tray: Output
Answer: 727
only !calc is working
I wonder if the other commands were disabled on this server due to spam
though that doesn't explain why !level doesn't work here either
!calc
Invalid input supplied, no input found
!calc 10 ^ 100
:inbox_tray: Input:
10 ** 100):outbox_tray: Output
ERROR: SyntaxError: Unexpected token ')'
:inbox_tray: Input:
10100:outbox_tray: Output
Answer: 10100
!calc 10 ^ 100
:inbox_tray: Input:
10 ** 100):outbox_tray: Output
ERROR: SyntaxError: Unexpected token ')'
!calc (10 ^ 100
:inbox_tray: Input:
** 100):outbox_tray: Output
ERROR: SyntaxError: Unexpected token '**'
!calc ( 10 ^ 100
:inbox_tray: Input:
( 10 ** 100):outbox_tray: Output
Answer: 1e+100
there we go
!cat
