dominikh changed the topic of #cinch to: The IRC Framework | Latest version: Cinch 2.0.11
v0n has quit [Ping timeout: 272 seconds]
<seemant> hi guys how can I have the bot change the /topic?
<dominikh> sure.
<seemant> m.channel.topic?
<dominikh> yep
<dominikh> it's an attribute
<seemant> sweet
<seemant> can the bot do cert auth, btw?
<dominikh> yes
<Cinchy> [URL] File: Bot options — Documentation for cinch (2.0.12)
<seemant> ohh, nice!
<Cinchy> [URL] File: Bot options — Documentation for cinch (2.0.12)
<seemant> dominikh: thank you
<seemant> dominikh: what's a nice lightweight irc server to run on localhost (cross-platform, ideally)?
<dominikh> I used to say inspircd, but they've pulled quite some nonsense recently, so… no idea
<onewheelskyward> ratbox
<seemant> Ive been going with ngircd lately
<leftylink> ;q
<XESavant> inspircd? lightweight?
<XESavant> easiest to cross platform would be unrealircd
<seemant> I'm looking for minimal thing that will run on loopback only, basically
<XESavant> yeah
XESavant has quit [Changing host]
XESavant has joined #cinch
<seemant> oh my other question! is there a recommended way to package up a plugin?
<dominikh> gems. https://github.com/cinchrb has a bunch of example plugins with the right layout
<dominikh> well, good luck. time for sleep here.
<seemant> thanks dominikh, good night.
<seemant> ah, I have more questions now: is there a recommended way to do data storage? (persistent data struct? file? other?)
<seemant> basically storing hashes of hashes I think
thews_ has joined #cinch
kludge` has quit [Disconnected by services]
rikai_ has joined #cinch
kludge` has joined #cinch
awkisopen has quit [Ping timeout: 260 seconds]
rikai has quit [Ping timeout: 260 seconds]
xevioxl has joined #cinch
xevioxl is now known as xeviox
awkisopen has joined #cinch
Azure__ has joined #cinch
nOgAnOo has quit [Ping timeout: 260 seconds]
Zackio has quit [*.net *.split]
thews has quit [*.net *.split]
FiXato has quit [*.net *.split]
xeviox|afk has quit [*.net *.split]
rikai_ has quit [Ping timeout: 260 seconds]
Azure has quit [*.net *.split]
waxjar has quit [*.net *.split]
waxjar has joined #cinch
kludge` has quit [Ping timeout: 265 seconds]
rikai has joined #cinch
awkisopen has quit [*.net *.split]
Zackio has joined #cinch
kludge` has joined #cinch
awkisopen has joined #cinch
kludge` has quit [Max SendQ exceeded]
FiXato has joined #cinch
kludge` has joined #cinch
thews has joined #cinch
thews has joined #cinch
kludge` has quit [Disconnected by services]
thews is now known as 64MAADK41
kludge` has joined #cinch
awkisopen has quit [Ping timeout: 260 seconds]
XESavant- has joined #cinch
XESavant has quit [Ping timeout: 260 seconds]
thews_ has quit [*.net *.split]
64MAADK41 is now known as thews
v0n has joined #cinch
awkisopen has joined #cinch
cout_ has joined #cinch
cout has quit [Ping timeout: 260 seconds]
XESavant- has joined #cinch
XESavant- has quit [Changing host]
nOgAnOo has joined #cinch
[krisbulman] has quit [Remote host closed the connection]
[krisbulman] has joined #cinch
[krisbulman] is now known as krisbulman
postmodern has quit [Quit: Leaving]
Azure__ has quit [Quit: Textual IRC Client: www.textualapp.com]
Azure has joined #cinch
XESavant- is now known as rails
rails has quit [Changing host]
rails has joined #cinch
v0n has quit [Ping timeout: 245 seconds]
nOgAnOo has quit [Ping timeout: 245 seconds]
nOgAnOo has joined #cinch
newton has quit [Ping timeout: 245 seconds]
<kith> is there a plugin for cinch to regain nick? removing the underscores when the nick is back available
<Netfeed> i think that dominikh said that it was a bug when i commented on it, but i think that it's also a "no fix"
newton has joined #cinch
<dominikh> that it keeps appending _ when it doesn't have to is a bug. that it doesn't regain its nick is a missing feature
<Netfeed> ah, right
krisbulman has quit [Ping timeout: 265 seconds]
[krisbulman] has joined #cinch
[krisbulman] is now known as krisbulman
deb has quit [Ping timeout: 265 seconds]
deb has joined #cinch
v0n has joined #cinch
cout_ is now known as cout
v0n has quit [Ping timeout: 252 seconds]
<deb> hi, how do i setup a bindhost?
v0n has joined #cinch
waxjar has quit [Ping timeout: 265 seconds]
waxjar has joined #cinch
v0n has quit [Quit: WeeChat 0.4.2]
cloud|nix has joined #cinch
v0n has joined #cinch
xeviox is now known as xeviox|afk
cloud|nix has quit [Quit: Ex-Chat]
krisbulman is now known as krisbulman|afk
krisbulman|afk is now known as [krisbulman|afk]
[krisbulman|afk] is now known as krisbulman
swapnasa has joined #cinch
<swapnasa> Hello !
<CM-Punk> Hello
<swapnasa> am facing an issue with the cinch bot ; configured a bot and provided nick but when it connects to the irc server ,it takes his nick as cinch
<CM-Punk> What does c.nick say?
<swapnasa> jira
<dominikh> show me the code
<swapnasa> jirabot = Cinch::Bot.new do
<swapnasa> configure do |c|
<swapnasa> c.ssl.use = true
<swapnasa> c.server = irc.server
<swapnasa> c.port = "6690"
<swapnasa> c.channels = channels
<swapnasa> c.ssl.verify = false
<swapnasa> c.nick = jira
<CM-Punk> c.nick = "jira"
<dominikh> I very much doubt that code even *runs*
<CM-Punk> You need the quotes
<dominikh> since there are numerous invalid lines
<dominikh> also do not paste code in IRC, uste a pastebin.
<swapnasa> oh sorry
<swapnasa> ok; lt me change and try with the changes
<swapnasa> give me 5 mins
<swapnasa> ok
<swapnasa> how to change the username/identname from cinch to jira
<Cinchy> [URL] File: Bot options — Documentation for cinch (2.0.12)
<swapnasa> thx dominikh
<swapnasa> can you have a look on the code please -http://pastebin.com/WnUF5CCD
<swapnasa> changed properly but still it takes as cinch as a user
<CM-Punk> c.user = "jira"
<CM-Punk> That line isn't even in your code
<CM-Punk> :|
<catepillar> c.nick = configatron.jirabot.nick
<CM-Punk> He's on about the ident/user name now
<CM-Punk> I think he got the nick right
<swapnasa> yes correct
<swapnasa> [2014/02/14 01:37:54.160] << NICK jirabot
<swapnasa> [2014/02/14 01:37:54.161] << USER cinch 0 * :cinch
<catepillar> ahh
<CM-Punk> [14:11:01] <CM-Punk> c.user = "jira"
<dominikh> you only set the nick, why would that affect the username
<CM-Punk> Like the documentation said
<swapnasa> as of now no idea why its changing its username
<catepillar> it's not changing the username
<catepillar> the username is and always has been "cinch"
<CM-Punk> It's sticking with the defaullt
<catepillar> because you haven't changed it yet
<CM-Punk> ^
<CM-Punk> Think about it this way
<CM-Punk> You connect with your client
<CM-Punk> It has a default user/ident
<CM-Punk> So it will show that
<CM-Punk> You have to CHANGE IT
<CM-Punk> In order for it to show something different
<CM-Punk> Cinch's default user/ident is Cinch
<CM-Punk> You need to have c.user = "jira"
<CM-Punk> In order for it to be changed to "jira"
<swapnasa> thx CM-Punk ; added two lines i.e c.user and c.nick and now am able to connect . Thank you!!
swapnasa has quit [Quit: Depression is merely anger without enthusiasm]
postmodern has joined #cinch
krisbulman is now known as [krisbulman]
Azure has quit [Ping timeout: 245 seconds]
Azure has joined #cinch
v0n has quit [Ping timeout: 264 seconds]