dominikh changed the topic of #cinch to: The IRC Framework | Latest version: Cinch 2.0.11
UberDragon has joined #cinch
UberDragon has quit [Quit: UberDragon]
UberDragon has joined #cinch
[krisbulman] is now known as krisbulman
krisbulman is now known as [krisbulman]
[krisbulman] is now known as krisbulman
UberDragon has quit [Quit: UberDragon]
krisbulman is now known as [krisbulman]
[krisbulman] is now known as krisbulman
Spami has joined #cinch
krisbulman is now known as [krisbulman]
[krisbulman] is now known as krisbulman
Spami has quit [Quit: This computer has gone to sleep]
Spami has joined #cinch
krisbulman is now known as [krisbulman]
[krisbulman] is now known as krisbulman
Spami has quit [Quit: This computer has gone to sleep]
krisbulman is now known as [krisbulman]
xeviox|afk is now known as xeviox
Spami has joined #cinch
txdv has quit [Read error: Connection reset by peer]
txdv has joined #cinch
Spami has quit [Quit: This computer has gone to sleep]
postmodern has quit [Quit: Leaving]
kludge` has quit [Ping timeout: 252 seconds]
kludge` has joined #cinch
somasonic has quit [Quit: fin.]
somasonic has joined #cinch
catepillar has quit [Read error: Operation timed out]
catepillar has joined #cinch
[krisbulman] is now known as krisbulman
krisbulman is now known as [krisbulman]
Rennex_ is now known as Rennex
UberDragon has joined #cinch
xeviox is now known as xeviox|afk
[krisbulman] is now known as krisbulman
krisbulman is now known as krisbulman|otp
ckrailo_ is now known as ckrailo
krisbulman|otp is now known as krisbulman
oddmunds has quit [Ping timeout: 252 seconds]
oddmunds has joined #cinch
krisbulman is now known as krisbulman|otp
FiXato has quit [Ping timeout: 252 seconds]
FiXato has joined #cinch
krisbulman|otp is now known as krisb|coffee
krisb|coffee is now known as [krisb|coffee]
[krisb|coffee] is now known as krisbulman
postmodern has joined #cinch
krisbulman is now known as [krisbulman]
cout is now known as timelord_cout
UberDragon has quit [Quit: UberDragon]
UberDragon has joined #cinch
jokke has joined #cinch
<jokke>
hi
<jokke>
i think cinch is awesome but i'm still having a little bit of trouble implementing the following feature: i want to have a command !give <user> <cmd> which will be the same as !<cmd> but with <user> prefixed before it.
<jokke>
supibot does this afaik
<jokke>
!hi
<jokke>
!google test
<jokke>
hm
<jokke>
!help
<jokke>
aw man
<dominikh>
that won't be very straightforward to implement
<jokke>
dominikh: yeah i thought so...
<jokke>
no way to use hooks or something?
<jokke>
if i could somehow alter the message in a hook
<dominikh>
hooks would neither allow you rewriting the message, nor run in the plugin you want them to run
<jokke>
yeah
<jokke>
ok
<jokke>
meh
<jokke>
too bad
<dominikh>
I mean, there are ways of implementing it, but they all require adding new methods as well as annotating things
<jokke>
hm
<dominikh>
and even then that wouldn't solve the issue of prefixing the message with the person's name
<jokke>
maybe i should just add an optional param to the commands like @<user> or something
<dominikh>
would be a workable (albeit ugly) solution
<jokke>
dominikh: i'm open to suggestions :)
<dominikh>
didn't say there's a better solution ;)
<jokke>
haha
<jokke>
the thing that bothers me most is that i need to write a lot of duplicate code for this
<dominikh>
right
<jokke>
or maybe there is some voodoo metaprogramming way to do this...