Tweets from pichat
| Two songs from the year I created my first web sites. http://t.co/8eHrOA9K + http://t.co/AuWb2etI #video #retro About 23 hours, 17 mins ago from pichat (Mark Seuffert) |
Tweets from 600infos
| I HAVE NYANED FOR 888.4 SECONDS! http://t.co/JQYOZebv via @nyannyancat About 1 week, 5 days ago from 600infos (Wolf) |
Trace: » Beispiele/Examples » TalkBot » Examples of Logos » Sound on chat join » Snippets » Annabot
You are here: Pichat Wiki (en) » Plugins, Bots and Extensions » Annabot
Table of Contents
Annabot
This site is still unter construction, please help to fill this site
Diese Seite ist noch im Aufbau, bitte helft mit die Seite zu füllen
Diese Seite ist noch im Aufbau, bitte helft mit die Seite zu füllen
| Beschreibung: | |
|---|---|
| Info: | Ist noch im BETA Status |
| Dateiname: | |
| Betriebssystem: | Windows |
| Download: | Zur Zeit befindet sich das Plugin noch in der Entwicklungsphase und steht daher zum Download noch nicht zur Verfügung. |
| live Demo: | http://eu.pichat.net/chat |
Download and more
Functions
http://www.godx.de/de/Annabot#Funktionen
!calc
<User>!calc pi*daumen <Anna> 42 <User>!calc floor(rand(6)+1) <Anna> 5 <User>!calc floor(rand(6)+1) <Anna> 2 <User>!calc floor(rand(6)+1) <Anna> 6 <User>!calc (1+2+3)*6 <Anna> 36 <User>!calc daumen <Anna> 13.369 <User> !calc 22² <Anna> 22 <User> !calc 22^2 <Anna> 484 <User> !calc 42 <Anna> 42 <User> !calc 42/0 <Anna> inf <User>!calc 42%0 <Anna> nan <User> !calc 10%9 <Anna> 1 <User>!calc sqrt(1000) <Anna> 31.6228 <User>!calc sqrt(100) <Anna> 10 <User>!calc abs(-100) <Anna> Statement error! <User>!calc sin(45/180*pi) <Anna> 0.707107 <User>!calc -1*-1 <Anna> 1 <User>lass anna entscheiden <User>!calc floor(rand(2)) <Anna> 1 <User>!calc floor(rand(2)) <Anna> 0 <User>Anna wie findest du mich? 1=gut / 0=schlecht <User>!calc floor(rand(2)) <Anna> 1 <User>!calc daumen*daumen <Anna> 178.731
/msg anna !calc universum=35 /msg anna !calc welt=6 /msg anna !calc rest=1 !calc universum+welt+rest /msg anna !calc ruve=69 !calc ruve
Calc
| Operator/Function | Example | Description |
|---|---|---|
| = | Variable = Number | assign value to another variable |
| + | Number + Number | add |
| - | Number - Number | sub |
| * | Number * Number | multiply |
| / | Number / Number | divide |
| % | Number % Number | modulo |
| ^^ | Number ^^ Number | power |
| & | Number & Number | and |
| | | Number | Number | or |
| ^ | Number ^ Number | exclusive or |
| « | Number « Number | shift bits left |
| » | Number » Number | shift bits right |
| - | -Number | negate |
| ~ | ~Number | complement |
| .. | String .. String | concatenate two strings |
| sin | sin(Number) | sine |
| cos | cos(Number) | cosine |
| tan | tan(Number) | tangent |
| asin | asin(Number) | arcsine |
| acos | acos(Number) | arccosine |
| atan | atan(Number) | arctangent |
| sqrt | sqrt(Number) | squareroot |
| log | log(Number) | logarithmn |
| log10 | log10(Number) | logarithmn base 10 |
| floor | floor(Number) | nearest smaller number |
| ceil | ceil(Number) | nearest higher number |
| abs | abs(Number) | absolute / remove sign |
| exp | exp(Number) | get exponent |
| rand | rand(Number) | random number between 0 and Number |
| dez$ | dez$(Number) | convert number to decimal string |
| hex$ | hex$(Number) | convert number to hex string |
| bin$ | bin$(Number) | convert number to binary string |
| oct$ | oct$(Number) | convert number to octal string |
| trim$ | trim$(String) | remove whitespace characters |
| upper$ | upper$(String) | convert to uppercase |
| lower$ | lower$(String) | convert to lowercase |
| ip$ | ip$(Number) | convert number to IP string |
| ip | ip(String) | convert IP string to number |
| pi | pi | defintion of PI |
| daumen | daumen | defintion of DAUMEN … DAUMEN is 42 divided by PI |
Featurerequest
ANNA for LINUX!calc value operator value → basic calculatings +-*/^- and convert hex/bin to dec or dec to hex/bin
- !alert [at] [YYYY-MM-DD] HH:MM [command ] Text → An Alert function to remind for something at a specific time (e.g. !alert 18:00 time to go home :taps: :taps: :taps: ;D ) also as a /message available (e.g. /msg Anna !alert 23:00 time to go to bed :zzz: ;D )
- !alert in s [command ] Text → do a command after x seconds (e.g. !alert in 600 :Pizza: is ready ;D or /msg Anna !alert in 90 /guide nobody zillout)