bugWeeChat - Bugs: bug #26037, "|" appears like...

 
 

bug #26037: "|" appears like separator in nicks

Submitter:  None
Submitted:  Sat 28 Mar 2009 01:39:25 PM UTC
   
 
Category:  irc plugin Severity:  3 - Normal
Item Group:  command Status:  Fixed
Privacy:  Public Assigned to:  flashcode
Originator Name:  Originator Email:  * -email is unavailable-
Open/Closed:  Closed Release:  * 0.3.0
IRC nick:  c|ppp , cippp
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 28 Mar 2009 06:02:07 PM UTC, comment #3: 

My fault, you're right, there is bug: if mask begins with "|", then all nicks are ignored.

Sebastien Helleu <flashcode>
Group administrator
Sat 28 Mar 2009 04:20:21 PM UTC, comment #2: 

Hmm the "\\" were not in my text. The ignore added is: "c\\|ppp" (one antislash, one pipe), that's normal behaviour.

Sebastien Helleu <flashcode>
Group administrator
Sat 28 Mar 2009 04:18:31 PM UTC, comment #1: 

I tried "/ignore c|ppp", it adds to ignore list: "c\|ppp", that's normal behaviour. The "\" is automatically added by WeeChat to escape the "|", which has special signification in regex. So it ignores nick "c|ppp", which is what you want to do (that means you must not use "\\").

Sebastien Helleu <flashcode>
Group administrator
Sat 28 Mar 2009 01:39:25 PM UTC, original submission:  

ignore add c|ppp its write in irc.conf: ignore = ;;^c\|ppp$
and ignore add c\|ppp : ignore = ;;^c\\|ppp$

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by flashcode (Posted a comment)
  • -email is unavailable- added by None (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 7 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2009-09-06 flashcode Open/ClosedOpen Closed
        Release3.3-dev 0.3.0
    2009-03-28 flashcode StatusConfirmed Fixed
    2009-03-28 flashcode StatusWorks For Me Confirmed
    2009-03-28 flashcode Categorycore commands irc plugin
        StatusNone Works For Me
        Assigned toNone flashcode

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code