google-code-export / p-g-qvm

Automatically exported from code.google.com/p/p-g-qvm
Other
1 stars 0 forks source link

!namelog subject should always be one parameter #193

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
!namelog breaks up the name you send into words, so if you send !namelog
"some name" it'll only !namelog "some" and if the name starts with a space
you'll get all of the clients, past and present, as if you sent !namelog.
This interferes with autonamelog functionality as well as being a pain on
its own.

Original issue reported on code.google.com by benburh...@gmail.com on 15 Dec 2008 at 1:40

GoogleCodeExporter commented 9 years ago
its better fixed at autonamelog side

ive been meaning to do this since if i put " " around the name it should work 
afaik
just haven't gotten around to it. but if it can be fixed qvm side too all the 
better

Original comment by SlackerL...@gmail.com on 16 Dec 2008 at 9:02

GoogleCodeExporter commented 9 years ago
I've tried fixing it in FSM, Slacker, a number of different ways, none of which 
work.
I also added a few debug lines to see exactly what it was sending to the server 
and
how it was sending it - FSM checks out fine, so it has to be the fact that 
P-G-QVM is
taking that string and ignoring any quotes, etc.

Original comment by benburh...@gmail.com on 16 Dec 2008 at 4:40

GoogleCodeExporter commented 9 years ago
The argument parsing used by the admin system will remove any quotes. This has 
to be
fixed in the qvm.

Original comment by amanieu on 16 Dec 2008 at 4:58

GoogleCodeExporter commented 9 years ago
ahh ok shouldn't be too hard tho a lot of other commands suffer from it too

Original comment by SlackerL...@gmail.com on 18 Dec 2008 at 4:57