<dominikh>
davidh: also, do you mean user name or do you mean the name with which they're authenticated to e.g. nickserv?
<dominikh>
(fwiw, user name isn't expensive, it's part of WHO. auth name would be expensive)
<davidh>
just username
<dominikh>
makes me curious why you're dealing with those instead of nicks, but anyway, see the line of code from above then.
<davidh>
maybe i should just use nicks...
<davidh>
It just seems to me that usernames are less likely to be changed from time to time
davidh is now known as davidh_
<dominikh>
user names aren't unique.
<davidh_>
see? my username is still the same
<dominikh>
yeah, but there might be 10 other people with the same username
<davidh_>
true.
rickmasta has quit [Quit: Leaving...]
davidh_ has left #cinch ["thanks, dominikh"]
rickmasta has joined #cinch
rickmasta has quit [Quit: Leaving...]
rickmasta has joined #cinch
cout_ is now known as cout
space has joined #cinch
space is now known as Guest96823
Spaceghost has quit [Ping timeout: 252 seconds]
Guest96823 is now known as Spaceghost
Spaceghost has quit [Changing host]
Spaceghost has joined #cinch
jonahR has joined #cinch
rickmasta has quit [Quit: Leaving...]
Spami has joined #cinch
Spami has joined #cinch
jonahR has quit [Quit: jonahR]
d4rkr4i has joined #cinch
<d4rkr4i>
hola people. I just started using cinch and it totally blew my mind.
<d4rkr4i>
I am creating my own plugins, working smooth. :) Can you guys tell how I can handle two different matches in a class with tow different actions?
<d4rkr4i>
currently, on encountering match, `execute` is triggered.