BeBot - An Anarchy Online and Age Of Conan chat automaton
Archive => Anarchy Online Archive => BeBot 0.4 support => Topic started by: Diablo on September 05, 2007, 07:20:44 am
-
Is this currently working and if yes how do you add notes?
-
!notes add
!note add
the commands in !commands are read only
you have to set access to add in !set playernotes
-
When i do !notes add Text all i get back in response is Array. I have given access to members and the char im using is a member.
-
think it more like !notes add name text
as these are player notes as in you add to some 1 else
-
Thanks it was note add name text work great.
-
To [Scnet]: !notes add Rodichen TEST
[Scnet]: Array
:(
-
that seem to be a bug in the error output
!notes <name> show notes
!note add/rem/wateva is to do stuff
-
Seems there no way to delete notes yets is this correct?
-
Admins should be able to delete them, I think.... ;D
-
Theres not function to del notes i had to add one so i could delete notes and admin notes.
-
To [Scnet]: !note add Rodichen TEST
[Scnet]: Successfully added "TEST" note to Rodichen as note id 10
All good, however...
To [Scnet]: !note rem 10
[Scnet]: Pretending to remove note id 10
Pretending is right. It didn't... And I'm classed as owner, should be able to, right? :)
-
Yes theres is comments for the del function but no code there. I had to copy the add function and modify it to read the note id to delete and it worked.