View Single Post
  #2   (View Single Post)  
Old 17th March 2009
IdOp's Avatar
IdOp IdOp is offline
Too dumb for a smartphone
 
Join Date: May 2008
Location: twisting on the daemon's fork(2)
Posts: 1,027
Default

Have a look at the permissions on the scripts in your script directories.

I did a quick try with a different version of ircII, and I got the same message trying to /load a script that I made executable (in this case mode 755). So try making sure your scripts have mode 644 for example.

$ chmod 644 /script-directory/*

As to why it shouldn't be executable, dunno exactly, though it seems reasonable perhaps as a precaution. Never used irc scripts. Hope it helps.
Reply With Quote