Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^2: using Net::IRC for actions

by Anonymous Monk
on May 03, 2005 at 00:47 UTC ( [id://453455]=note: print w/replies, xml ) Need Help??


in reply to Re: using Net::IRC for actions
in thread using Net::IRC for actions

Sorry, do you mean elsif ($text =~ m/\001slaps\001/i)? I tried that as the regex and it didn't change anything.

Replies are listed 'Best First'.
Re^3: using Net::IRC for actions
by iblech (Friar) on May 03, 2005 at 15:48 UTC

    No, that's wrong. According to the CTCP Specification, correct is:

    $text =~ m/^\001ACTION slaps Wizard\001$/

    --Ingo

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://453455]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (3)
As of 2024-04-25 10:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found