Hawkee commented on a Snippet, Paste-Scrape  -  28 days ago
Interesting. So you use this to save code you'd like to use?
Hawkee commented on a Snippet, DNS All The Things  -  Apr 05, 2013
Hard to consider a practical application of this. Maybe a web tool to guess registrars for domains?
 Respond  
Hawkee commented on a Snippet, Rhythmbox Now Playing  -  Feb 14, 2013
@GrimReaper I added X-Chat to our platform list so you can label this better.
cmrocks commented on a Perl Script, XCHAT - Universe Script  -  Jan 26, 2013
On Linux: Remove the System.pl script as it retains to Windows. Also it appears Ubuntu dropped libhtml on 12.10 so re-add it:
#sudo apt-get install libhtml-display-perl
 Respond  
Hawkee commented on a Snippet, Perl Testing  -  Dec 14, 2012
Wow, this brings back memories. I haven't done perl for years.
 Respond  
cmrocks commented on a Snippet, X-Chat: Weather Script  -  Nov 24, 2012
Update: Searches Wunderground for the weather now.
 Respond  
cmrocks commented on a Snippet, X-Chat: Last-FM Script (Linux + Windows)  -  Sep 17, 2012
Updated the regex a bit.
 Respond  
FreakServ commented on a Snippet, X-Chat: PM Blocker  -  Sep 02, 2012
@ cmrocks : thanks
 Respond  
cmrocks commented on a Snippet, X-Chat: PM Blocker  -  Aug 24, 2012
Yes it works with both Linux and Windows:

I use Hex Chat for Windows MiNdFrEaKeR you can download here: http://www.hexchat.org/
For Perl: http://www.activestate.com/activeperl and choose your version of Windows, follow the install.
For TCL: http://www.activestate.com/activetcl
For Python: http://www.activestate.com/activepython

Your only need "ActivePerl" and Hex Chat installed in order for this to work, the regular xchat also works; just make sure you install "ActivePerl".
 Respond  
FreakServ commented on a Snippet, X-Chat: PM Blocker  -  Aug 21, 2012
I didn't worked much with xChat. Can you tell me how to install and run this script on Windows step by step. I get an error of some plugin.
 Respond  
Majki commented on a Snippet, X-Chat: PM Blocker  -  Aug 14, 2012
Dunno, but doesn't work for me. It does not create conf file in .xchat2 directory. :(
 Respond  
cmrocks commented on a Snippet, X-Chat: PM Blocker  -  Aug 11, 2012
Majki redownload the script with the updates made, I can confirm it works on my Ubuntu box just fine as well.
 Respond  
Majki commented on a Snippet, X-Chat: PM Blocker  -  Aug 08, 2012
Well, it still doesn't work - pmblock.conf is not created in Xchat's profile.I'm not sure, maybe you created this for Windows? On Windows writing on root partition is okay, but not on Linux.

 Respond  
cmrocks commented on a Perl Script, XCHAT - Universe Script  -  Aug 08, 2012
Update: Updated Ban Script to write its config file and also added the same to the pm blocker.
 Respond  
cmrocks commented on a Perl Script, XCHAT - Ban/Mute Timer Control Script  -  Aug 08, 2012
Minor Fix: Updated Kickban to create a file if its not written automatically.
 Respond  
cmrocks commented on a Snippet, X-Chat: PM Blocker  -  Aug 08, 2012
Majki it has been fixed so it remembers any bans after xchat restart, also shows a pm blocked in the main window.
 Respond  
Majki commented on a Snippet, X-Chat: PM Blocker  -  Aug 06, 2012
I updated script, no extra file was created. Could you make info about "your pm was blocked" in the PM one, not in the main chat window? Ppl might miss it. My .xchat2 profile in Ubuntu:

http://pastebin.com/q9uVFNNN
 Respond  
Majki commented on a Snippet, X-Chat: PM Blocker  -  Aug 06, 2012
Fantastic!
 Respond  
cmrocks commented on a Snippet, X-Chat: PM Blocker  -  Aug 06, 2012
Right Majki that's just a comment in my line, I will fix the comment now, still try creating the file pmblock.conf under the xchat directory where your scripts should be located and try it then. You should see data writing to the pmblock.conf every time you issue a command. I will get to this script soon, just busy atm. >>
 Respond  
Majki commented on a Snippet, X-Chat: PM Blocker  -  Aug 06, 2012
I'm not a coder, but in code you have pmblock.conf and pmblock.txt at the same time.

 Respond  
Majki commented on a Snippet, X-Chat: PM Blocker  -  Aug 06, 2012
No pmblock.conf in my .xchat2 profile :(
 Respond  
cmrocks commented on a Snippet, X-Chat: PM Blocker  -  Aug 04, 2012
I will take a look at it when I can get a chance Majki .
I have a feeling its not writing the pmblock.conf, verify in your xchat directory that the config file is there and is writing the data. You might have to create the pmblock.conf file and then try it. Let me know how that goes.

Thanks, Arcade.
 Respond  
Majki commented on a Snippet, X-Chat: PM Blocker  -  Aug 04, 2012
I'm a n00b when it comes to programming. So - why this script/plugin forgets my whitelist after Xchat restart?
Arch Linux here, 32bits.
 Respond  
shaneo commented on a Snippet, X-Chat: Last-FM Script (Linux + Windows)  -  Aug 02, 2012
n/m fixed the error by replacing lines 157-159 with foreach (@songname) { next if (!defined($_)); $_ =~ s/title\>([^<]+)/\1/i; }
 Respond  
shaneo commented on a Snippet, X-Chat: Last-FM Script (Linux + Windows)  -  Aug 02, 2012
Loaded - LastFM API via Rythembox - Use: /pl or /recent or /love or /loved & Change $fmset! or Do: /fmset <username>
- Last-FM: shaneo
Use of uninitialized value $songname in pattern match (m//) at /home/shaneo/.xchat2/lastfm.pl line 60.
Use of uninitialized value $cleanedsong in substitution (s///) at /home/shaneo/.xchat2/lastfm.pl line 60.
Use of uninitialized value $cleanedsong in substitution (s///) at /home/shaneo/.xchat2/lastfm.pl line 60.
Use of uninitialized value $cleanedsong in concatenation (.) or string at /home/shaneo/.xchat2/lastfm.pl line 61.
 Respond  
cmrocks commented on a Perl Script, XCHAT - Universe Script  -  Jul 15, 2012
Update: Added universal hooks to my script as the "event" tag is no longer done via the new Hex-Chat!
 Respond  
cmrocks commented on a Snippet, X-Chat: System Information Script (Linux)  -  Jul 01, 2012
SpotsBox, Yes you can modify to show free/used memory. I made the change to show used memory since so many of you requested it that way. I may soon split the code to some subroutines.
 Respond  
FreakServ commented on a Perl Script, xChat nickalert  -  Jun 27, 2012
.
 Respond  
KinKinnyKith commented on a Snippet, X-Chat: Last-FM Script (Linux + Windows)  -  May 30, 2012
Since the script is working, you can avoid the error message by adding this on line 158:

Code

 

So lines 157-159 will look like:

Code

 

..and you can optimize the foreach block's match and assignment by using a substituion in it's place:

Code

 

 Respond  
JoKabua commented on a Snippet, POE Component IRC Bot  -  May 17, 2012
Can some one tell me how do I use this? give me step by step and commands for using Perl..
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.