• irc.js

    From Bill Mcgarrity@VERT/TEQUILAM to Duece on Fri Apr 19 01:15:32 2013
    Hiya Duece...ããI've been reviewing your irc.js and was wondering if it would be possible toãwork out some code that will allow users to enter their own nick rather thanãwaiting till they get on the server and use the nick command. (I'm not up onãjavascript coding or I'd try it myself). I noticed the default is the first 7ãcharacters of the board's name.... but if you add a blank entry box, say for aãmaximum of 32 characters (I run UnrealIRCD with extended nicks) the users canãtype in whatever. If there's no entry then it can default back to the way youãhave it now. ããThanks in advance....ãã ããã ãBill ã ãTelnet: bbs.tequilamockingbirdonline.net ãIRC: irc.tequilamockingbirdonline.net Ports: 6661-6670 SSL: 6697 ãRadio: radio.tequilamockingbirdonline.net:8010/live ã ã... Look TWICE.... Save a life.... Motorcycles are EVERYWHERE!! ã ã ãã---ã þ Synchronet þ TequilaMockingbird Online - TELNET: tequilamockingbirdonline.netã
  • From echicken@VERT/ECBBS to Bill Mcgarrity on Fri Apr 19 10:41:36 2013
    Re: irc.jsã By: Bill Mcgarrity to Duece on Fri Apr 19 2013 01:15:32ãã BM> to work out some code that will allow users to enter their own nick ratherã BM> than waiting till they get on the server and use the nick command. (I'mã BM> not up on javascript coding or I'd try it myself). I noticed the defaultã BM> is the first 7 characters of the board's name.... but if you add a blankã BM> entry box, say for a maximum of 32 characters (I run UnrealIRCD withã BM> extended nicks) the users can type in whatever. If there's no entry thenã BM> it can default back to the way you have it now. ããAt a glance, it appears to set the nick to the user's chat handle (see line 30ãof irc.js.) Is it possible that your BBS isn't prompting new users to set aãchat handle? Maybe it defaults to the BBS name if the chat handle is empty.ããA quick workaround for you might be copying irc.js to your mods directory, andãediting the line that currently says:ããvar nick = user.handle;ããTo:ããvar nick = user.alias;ããechickenãelectronic chicken bbs - bbs.electronicchicken.com - 416-273-7230ãã---ã þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.comã
  • From Bill Mcgarrity@VERT/TEQUILAM to echicken on Fri Apr 19 12:35:00 2013
    echicken wrote to Bill Mcgarrity <=-ããã BM> to work out some code that will allow users to enter their own nick ratherã BM> than waiting till they get on the server and use the nick command. (I'mã BM> not up on javascript coding or I'd try it myself). I noticed the defaultã BM> is the first 7 characters of the board's name.... but if you add a blankã BM> entry box, say for a maximum of 32 characters (I run UnrealIRCD withã BM> extended nicks) the users can type in whatever. If there's no entry thenã BM> it can default back to the way you have it now.ãã ec> At a glance, it appears to set the nick to the user's chat handle (seeã ec> line 30 of irc.js.) Is it possible that your BBS isn't prompting newã ec> users to set a chat handle? Maybe it defaults to the BBS name if theã ec> chat handle is empty.ããRight now the only options that get promped are the IRC server which defaultsãto mine (I changed that) and the Channel, which I've defaulted to one otherãthan #Synchronet. No prompt for a nick.ãã ec> A quick workaround for you might be copying irc.js to your modsã ec> directory, and editing the line that currently says:ãã ec> var nick = user.handle;ãã ec> To:ãã ec> var nick = user.alias;ããOK... I'll try that... thank you!!ãããBillããTelnet: bbs.tequilamockingbirdonline.netãIRC: irc.tequilamockingbirdonline.net Ports: 6661-6670 SSL: 6697ãRadio: radio.tequilamockingbirdonline.net:8010/liveããã... Look TWICE.... Save a life. Motorcycles are EVERYWHERE!!ã--- MultiMail/Win32 v0.49ã þ Synchronet þ TequilaMockingbird Online - TELNET: tequilamockingbirdonline.netã
  • From Bill McGarrity@VERT/TEQUILAM to echicken on Fri Apr 19 13:43:52 2013
    Re: irc.jsã By: echicken to Bill Mcgarrity on Fri Apr 19 2013 10:41:36ãã ec> At a glance, it appears to set the nick to the user's chat handle (seeã ec> line 30 of irc.js.) Is it possible that your BBS isn't prompting newã ec> users to set a chat handle? Maybe it defaults to the BBS name if the chatã ec> handle is empty.ããOK... found the issue. I didn't have the "Chat Handle" toggled correctly. Iãchanged it to "yes" so it should prompt for it when signing up. I went intoãUEDIT changed mine and it's working correctly now.ããThanks again.... I can always count on you guys...ããã ãBill ã ãTelnet: bbs.tequilamockingbirdonline.net ãIRC: irc.tequilamockingbirdonline.net Ports: 6661-6670 SSL: 6697 ãRadio: radio.tequilamockingbirdonline.net:8010/live ã ã... Look TWICE.... Save a life.... Motorcycles are EVERYWHERE!! ã ã ãã---ã þ Synchronet þ TequilaMockingbird Online - TELNET: tequilamockingbirdonline.netã