wickedradio commented on a Page, mIRC Radio Bot v3.0  -  Mar 06, 2013

how can I modify this to pass along irc server password. the server i use for irc requires a password to connect .

ProIcons  -  Mar 06, 2013
on *:start: {
  dialog -md Panel panel
  ;; connection command (DO NOT modify this)
  if (!%bot.nick) server %irc.server %irc.port -i %bot.nick %bot.anick %bot.user %bot.name
}

->

on *:start: {
  dialog -md Panel panel
  ;; connection command (DO NOT modify this)
  if (!%bot.nick) server %irc.server %irc.port %irc.spass -i %bot.nick %bot.anick %bot.user %bot.name 
}

And you set into your variables %irc.spass with the password of your server

Example:

/set %irc.spass mypassword
wickedradio  -  Mar 06, 2013

changed this and it still doesnt connect to the irc server just times out

wickedradio  -  Mar 06, 2013

and yes i do see the %irc.spass in the variables

wickedradio  -  Mar 06, 2013

on this server the nickname has to already be set before you connect i dont know if that makes a difference with this script

ProIcons  -  Mar 06, 2013

No its not, have you changed the part of the code i provided?

wickedradio  -  Mar 06, 2013

yes i changed it but it acts like its not using that variable at all

ProIcons  -  Mar 06, 2013

Ok type this into your Status

 //echo -a server %irc.server %irc.port -i %bot.nick %bot.anick %bot.user %bot.name 

and give me the result

wickedradio  -  Mar 06, 2013

server chat.vaughn.vg 443 -i papertowel shithead href="http://bot.name" target="_blank">bot.name

wickedradio  -  Mar 06, 2013

ok i can get it to connect to the server and channel by modifying a few things but it doesnt seem to connect to the shoutcast at all and the trigger commands do not yield results to the channel only to private message which is disabled on this irc server any thoughts?

ProIcons  -  Mar 07, 2013

Have you configured correctly your Shoutcast server?

Sign in to comment

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.