[DONE] name repeat

Fixed bugs, solved problems, and old reports.
Locked
beeriebeer
SupOP
Offline
Posts: 348
Joined: June 3rd, 2011, 6:53 pm

[DONE] name repeat

Post 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

User avatar
PyroPyro
Offline
Posts: 381
Joined: May 25th, 2011, 4:00 pm
Location: #fCraft
Contact:

Re: name repeat

Post by PyroPyro »

Nice idea, i approve of it. Sounds good that is.

User avatar
fragmer
fCraft Developer
Offline
Posts: 1386
Joined: May 21st, 2011, 10:53 pm

Re: name repeat

Post by fragmer »

Pretty easy to add. Sure, why not.

User avatar
Intertoothh
Trustee
Offline
Posts: 1149
Joined: May 24th, 2011, 5:51 am

Re: name repeat

Post 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
McLaughlinKid wrote:You put roar on everything don't you?

User avatar
fragmer
fCraft Developer
Offline
Posts: 1386
Joined: May 21st, 2011, 10:53 pm

Re: name repeat

Post 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.

User avatar
Intertoothh
Trustee
Offline
Posts: 1149
Joined: May 24th, 2011, 5:51 am

Re: [DONE] name repeat

Post 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
McLaughlinKid wrote:You put roar on everything don't you?

User avatar
fragmer
fCraft Developer
Offline
Posts: 1386
Joined: May 21st, 2011, 10:53 pm

Re: [DONE] name repeat

Post by fragmer »

Good idea. I'll add that.

Locked