Page 1 of 1

[DONE] name repeat

Posted: October 12th, 2011, 6:33 pm
by beeriebeer
Hello fragmer,

I have a suggestion
I like to have a shortcut for a name you typed before. Example:
/info beeriebeer
/baninfo "

or

/kick beeriebeer griefing
/ban " griefing
" will repeat the name in a other command.

Tnx beeriebeer

Re: name repeat

Posted: October 12th, 2011, 6:42 pm
by PyroPyro
Nice idea, i approve of it. Sounds good that is.

Re: name repeat

Posted: October 12th, 2011, 11:25 pm
by fragmer
Pretty easy to add. Sure, why not.

Re: name repeat

Posted: October 18th, 2011, 7:35 am
by Intertoothh
Neat!

Becouse its
/follow x3
To follow x3iof78477gf who has a alt (not online) x3iof78477ge.
When i want to undo his stuff or even ban him i have to type the whole darn freaking name.
/kick x3 speedgriefer
/ban x3iof78477gf speedgriefer
/undox x3iof78477gf 5m

With this in place... its just..
/kick x3 speedgriefer
/ban " speedgriefer
/undox " 5m

Me like! :D

Re: name repeat

Posted: October 20th, 2011, 4:41 pm
by fragmer
Done, coming in next patch (0.604). I used dash (-) instead of quote marks though. Quotes create parsing problems.

I also threw in the same functionality for world names.

Re: [DONE] name repeat

Posted: October 25th, 2011, 9:42 am
by Intertoothh
It works!

But not entirely how i expected.

User x23458967457986 online, but loads of x23* offline.

/follow x23
/info -
Will show me all the offline people as well.
As it takes the x23.

Can it take the 'fullname' once you did a command that only applies to 1 name?
The online/offline commands are using a other 'list'.

Like /kick /freeze /follow the x23 is eneugh
But for /info /ban etc you need the whole name again.

So if i first use
/info x23 it will show me the list (and - still holds x23)
/ban - wont work then
But once i did
/freeze x23
the - will hold: x23458967457986 instead of x23
So then /ban would work!

Small adjustment i hope, that would make my live a lot easy'r.

Specialy in the once this changes:
/freeze x23
/kick - griefer
/ban x23458967457986 repeated griefer

Into:
/freeze x23
/kick - griefer
/ban - repeated griefer

Re: [DONE] name repeat

Posted: October 25th, 2011, 7:57 pm
by fragmer
Good idea. I'll add that.