guild request error

This place is for Closed bug reports only. NOT for asking help!

Moderators: Moderators, Developers

Message
Author
Arukas
Human
Human
Posts: 24
Joined: 01 Sep 2008, 02:11
Noob?: Yes

guild request error

#1 Post by Arukas »

on console

Code: Select all

    $name = @nick ($.lastpm)
    do pm "$name"
    do guild request $name
I've tried this and it's working great, but on the other hand, can you make it as do guild request "$name" also to handle special characters thanks

EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: guild request error

#2 Post by EternalHarvest »

No reason for console commands to unescape escaped regexp metacharacters.
Guild request takes remaining line as player match, so it's just

Code: Select all

do guild request $.lastpm
Or use binIDs.

User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: guild request error

#3 Post by kLabMouse »

Non a Bug.
Please, Report only Real Bug's!!!

Mark as Fixed.

Post Reply