Current location: Hot Scripts Forums » Programming Languages » Perl » [SOLVED] Perl scripting with Xchat


[SOLVED] Perl scripting with Xchat

Reply
  #1 (permalink)  
Old 04-10-08, 12:05 PM
raziel23x raziel23x is offline
New Member
 
Join Date: Apr 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Post [SOLVED] Perl scripting with Xchat

Okay i am working on a script to do a advertisement in Xchat for a Site i do work on.
I am having Issues with Email addresses not working properly

Here is my Problem I am a newbie to perl scripting so be kind.

My issue is the email address show up when they fire as example you@domain.com show up as you.com when the script fires the @domain gets completly ignored and not written

Here is the script below


Code:
sub flsp_single_interval {
        if ($flsp_debug) { Xchat::print "Spam Single Post (Id: $flsp_sp_timer)"; }        
        IRC::command("/msg #funfile.org We are currently offering seeding boxes for rent. They are getting 4 10mbit/10mbit each approx., 4 75gb hdd, 5 2gb ram shared, for 6 $30 USD a month (shared off of a 7 100mbit unmetered connection) Please contact 4 mpegdistro@funfile.org  or 5 bigdaddy2644@sbcglobal.net  or you can PM 3MpEgDiStRo and 6BigD for more information about the service also please visit our website at  http://pandorasbox.890m.com");   
        IRC::command("/msg #TheLounge We are currently offering seeding boxes for rent. They are getting 4 10mbit/10mbit each approx., 4 75gb hdd, 5 2gb ram shared, for 6 $30 USD a month (shared off of a 7 100mbit unmetered connection) Please contact 4 mpegdistro@funfile.org  or 5 bigdaddy2644@sbcglobal.net  or you can PM 3MpEgDiStRo and 6BigD for more information about the service also please visit our website at http://pandorasbox.890m.com");   
		
        Xchat::unhook($flsp_sp_timer); # Kill existing timer
        if ($flsp_single_post) { $flsp_sp_timer = Xchat::hook_timer($flsp_single_interval_sec, flsp_single_interval); }
        }
Reply With Quote
  #2 (permalink)  
Old 04-10-08, 02:24 PM
raziel23x raziel23x is offline
New Member
 
Join Date: Apr 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Never mind I see i forgot to use the escape key \
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Perl FormMail Problem ennanguyen2002 Perl 2 03-09-05 04:47 PM
Need help with perl function scripting hyperrad Script Requests 0 02-08-04 02:50 PM


All times are GMT -5. The time now is 04:50 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.