-
Chat_sec.src
From
MysticOne@VERT/TREALM to
All on Sun Nov 17 16:06:00 2002
ãOkay, here's the getcmd line, and the lines surrounding the area I'm talkingãabout. I don't want to paste the entire thing here ... but, well, if you guysãwant me to, I can.ãã-+-ãã# chat_sec.srcãã# Chat Section for any/all Synchronet command shellsãã# Requires v3.00g or laterãã!include sbbsdefs.incããcompare_ars rest Cãif_trueã print "\r\nYou can't chat.\r\n"ã returnã end_ifãã# Set return point for main menu commands (via end_cmd)ãcmd_homeãã# Display TEXT\MENU\CHAT.* if not in expert modeãcompare_user_misc UM_EXPERTãif_falseã menu_chatã end_ifãã# Update node statusãnode_action node_chatãasyncãprint "\r\n\1_\1y\1hChat: \1n"ãgetcmd "ACDFIJPQSTU?\r"ãcmdkey 'S'ã TOGGLE_USER_CHAT CHAT_SPLITPã printf "\1n\r\nPrivate split-screen chat is now: \1h"ã COMPARE_USER_CHAT CHAT_SPLITPã if_trueã print "ON\1n"ã elseã print "OFF\1n"ã end_ifã crlfã end_cmdããcmdkey 'A'ã crlfã toggle_user_chat CHAT_NOACTã toggle_node_misc NODE_AOFFã nodelist_usersã end_cmdãã(and so on and so forth until we reach close to the things I changed)ããcmdkey 'T'ã page_guruã end_cmdããcmdkey 'U'ã exec_xtern "syncreg" (this has also been exec_xtern syncreg)ã end_cmd ( and SYNCREG ... no change)ããcmdkey '?'ã compare_user_misc UM_EXPERTã if_trueã menu "chat"ã end_ifã end_cmdããcmdpopããreturnãã----ããWell, that should be enough. I'm recompiling it each time after I've changedãit, and it doesn't give me any sort of errors or anything. Just compiles allãnice and happy, and then doesn't work. Thanks! :)ãã-- MysticOneããããããããããããã---ã þ Synchronet þ ~-._.-= The Realm of Dreams =-._.-~ <bbs.mysticone.com>ã
-
From
Merlin@VERT/CARSO to
MysticOne on Sun Nov 17 19:44:00 2002
-
From
Digital Man@VERT to
MysticOne on Sun Nov 17 17:31:19 2002
Re: Chat_sec.srcã By: MysticOne to All on Sun Nov 17 2002 04:06 pmãã > (and so on and so forth until we reach close to the things I changed)ã > ã > cmdkey 'T'ã > page_guruã > end_cmdã > ã > cmdkey 'U'ã > exec_xtern "syncreg" (this has also been exec_xtern syncreg)ã > end_cmd ( and SYNCREG ... no change)ãã > Well, that should be enough. I'm recompiling it each time after I've changeã > it, and it doesn't give me any sort of errors or anything. Just compiles alã > nice and happy, and then doesn't work. Thanks! :)ããIt should give you a complier error since "exec_xtrn" is mispelled.ãã digital manã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
-
From
Nemesis@VERT/ICEFORGE to
Digital Man on Sun Nov 17 20:11:00 2002
Re: Chat_sec.srcã By: Digital Man to MysticOne on Sun Nov 17 2002 17:31:00ãã > It should give you a complier error since "exec_xtrn" is mispelled.ã > ^^^^^^^^ããResisting...urge...to...make smartass comment.... ;)ããã<!-- Ryan Underwood, sysop: The IceForge -->ããã---ã þ Synchronet þ The IceForge * SBBS/Linux: forge.icequake.net * Missouri, USAã
-
From
MysticOne@VERT/TREALM to
Nemesis on Mon Nov 18 15:11:00 2002
Re: Chat_sec.srcã By: Nemesis to Digital Man on Sun Nov 17 2002 08:11 pmãã > Re: Chat_sec.srcã > By: Digital Man to MysticOne on Sun Nov 17 2002 17:31:00ã > ã > > It should give you a complier error since "exec_xtrn" is mispelled.ã > > ^^^^^^^^ã > ã > Resisting...urge...to...make smartass comment.... ;)ã > ã > ã > <!-- Ryan Underwood, sysop: The IceForge -->ã > ã > ããHahahaha! Sorry, that was funny. :) But anyway, no, it is NOT misspelledãwithin the file. I had a followup message to Merlin that stated that. Theãactual source file does say exec_xtrn syncreg, and there are no compiler errorsãwhatsoever when I recompile it.ãã -- MysticOneãã---ã þ Synchronet þ ~-._.-= The Realm of Dreams =-._.-~ <bbs.mysticone.com>ã
-
From
Digital Man@VERT to
MysticOne on Mon Nov 18 15:33:59 2002
Re: Chat_sec.srcã By: MysticOne to Nemesis on Mon Nov 18 2002 03:11 pmãã > Hahahaha! Sorry, that was funny. :) But anyway, no, it is NOT misspelledã > within the file. I had a followup message to Merlin that stated that. Theã > actual source file does say exec_xtrn syncreg, and there are no compiler errã > whatsoever when I recompile it.ããSo you have tried adding print statements or anything to help debug theãproblem?ãã digital manã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
-
From
MysticOne@VERT/TREALM to
Digital Man on Tue Nov 19 20:19:00 2002
Re: Chat_sec.srcã By: Digital Man to MysticOne on Mon Nov 18 2002 03:33 pmãã > Re: Chat_sec.srcã > By: MysticOne to Nemesis on Mon Nov 18 2002 03:11 pmã > ã > > Hahahaha! Sorry, that was funny. :) But anyway, no, it is NOT misspellã > > within the file. I had a followup message to Merlin that stated that. Tã > > actual source file does say exec_xtrn syncreg, and there are no compiler ã > > whatsoever when I recompile it.ã > ã > So you have tried adding print statements or anything to help debug theã > problem?ã > ã > digital manãããYep, it still doesn't do anything. I can hit U (the key I'm trying to setup asãa cmdkey) all day long... absolutely nothing, no response. And as I saidãbefore, it is listed in the getcmd list, and there are no errors whenãcompiling.ãã -- MysticOneãã---ã þ Synchronet þ ~-._.-= The Realm of Dreams =-._.-~ <bbs.mysticone.com>ã
-
From
Finnigann@VERT/BNB to
MysticOne on Wed Nov 20 13:17:00 2002
With interpidation and the MAGIC of QWK Mail MysticOne wrote to Digital Manã<=-ãã My> Re: Chat_sec.srcã My> By: Digital Man to MysticOne on Mon Nov 18 2002 03:33 pmãã > Re: Chat_sec.srcã > By: MysticOne to Nemesis on Mon Nov 18 2002 03:11 pmã >ã > > Hahahaha! Sorry, that was funny. :) But anyway, no, it is NOT misspellã > > within the file. I had a followup message to Merlin that stated that. Tã > > actual source file does say exec_xtrn syncreg, and there are no compilerã > > whatsoever when I recompile it.ã >ã > So you have tried adding print statements or anything to help debug theã > problem?ã >ã > digital manããã My> Yep, it still doesn't do anything. I can hit U (the key I'm trying toã My> setup as a cmdkey) all day long... absolutely nothing, no response.ã My> And as I said before, it is listed in the getcmd list, and there are noã My> errors when compiling.ã ãYou did recompile of course...ããã ________________________________________________________________ã James King KC8UGV | ftp://bnb.dtdns.net\TV-NET.ZIPã Sysop - Bits-N-Bytes BBS | Get TV-NET here! Honk!ã Coldwater, MI 49036 | http://www.synchro.net/sbbslist.htmlã ----------------------------------------------------------------ãã... I know my own mind, and it's around here someplace ...ã--- MultiMail/MS-DOS v0.43ã þ Synchronet þ Bits-N-Bytes BBS One Hellofa BBS telnet://bnb.dtdns.netã
-
From
Tracker1@VERT/S3 to
All on Wed Nov 20 18:11:00 2002
MysticOne wrote:ã> ã> Yep, it still doesn't do anything. I can hit U (the key I'm trying to setup asã> a cmdkey) all day long... absolutely nothing, no response. And as I saidã> before, it is listed in the getcmd list, and there are no errors whenã> compiling.ããif you email me the source tracker1(at)s3.bbs.us (sorry, theroughnecksãis down because of a T3 outtage :( )ããI will look at it when I get a chance tomorrow...ãã-- ã-----------------------------------------------------------------------ã Michael J. Ryan | ICQ: 4935386ã tracker1(at)theroughnecks(dot)net | AIM/AOL: azTracker1ã Roughneck BBS: | Yahoo: azTracker1ã
http://www.theroughnecks.net | MSN: (email address)ã
telnet://theroughnecks.net | Trillian: www.trillian.ccãã---ã þ Synchronet þ s3.bbs.us - Synchronet 3 Interface Designsã
-
From
MysticOne@VERT/TREALM to
Finnigann on Wed Nov 20 23:20:00 2002
Re: Re: Chat_sec.srcã By: Finnigann to MysticOne on Wed Nov 20 2002 01:17 pmããã:) Yes, I did recompile. I'm not quite sure what it is. When I get a chanceãI'm going to send the source into DM and see if he can figure it out. But,ãhaven't had the time yet to do it. Then, if it works for him, I'll just acceptãthe fact that Baja hates me :)ãã -- MysticOneãã---ã þ Synchronet þ ~-._.-= The Realm of Dreams =-._.-~ <bbs.mysticone.com>ã
-
From
Digital Man@VERT to
MysticOne on Mon Nov 25 17:59:50 2002
Re: Chat_sec.srcã By: MysticOne to Digital Man on Tue Nov 19 2002 08:19 pmãã > > > Hahahaha! Sorry, that was funny. :) But anyway, no, it is NOT misspã > > > within the file. I had a followup message to Merlin that stated that.ã > > > actual source file does say exec_xtrn syncreg, and there are no compilã > > > whatsoever when I recompile it.ã > >ã > > So you have tried adding print statements or anything to help debug theã > > problem?ã > >ã > > digital manã > ã > ã > Yep, it still doesn't do anything. I can hit U (the key I'm trying to setupã > a cmdkey) all day long... absolutely nothing, no response. And as I saidã > before, it is listed in the getcmd list, and there are no errors whenã > compiling.ããThen it sounds like CHAT_SEC.BIN isn't being executed at all. Have you triedãexecuting it with the ;EXEC sysop command?ãã digital manã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
-
From
MysticOne@VERT/TREALM to
Digital Man on Tue Nov 26 08:10:00 2002
Re: Chat_sec.srcã By: Digital Man to MysticOne on Mon Nov 25 2002 05:59 pmãã > > Yep, it still doesn't do anything. I can hit U (the key I'm trying to seã > > a cmdkey) all day long... absolutely nothing, no response. And as I saidã > > before, it is listed in the getcmd list, and there are no errors whenã > > compiling.ã > ã > Then it sounds like CHAT_SEC.BIN isn't being executed at all. Have you triedã > executing it with the ;EXEC sysop command?ã > ã > digital manããWhoa! If I execute it with the SysOp commands (chat_sec.bin), I can run theãuser registry option! Now, why in the world would it do that? I can go to theãchat menu and all, and get into multinode chat and all that jazz. But the Userãregistry option I've added doesn't work from there. But it DID work when Iãexecuted the chat_sec.bin module manually!ãã -- MysticOneãã---ã þ Synchronet þ ~-._.-= The Realm of Dreams =-._.-~ <bbs.mysticone.com>ã
-
From
Tracker1@VERT/S3 to
All on Tue Nov 26 11:40:00 2002
MysticOne wrote:ã> Re: Chat_sec.srcã> By: Digital Man to MysticOne on Mon Nov 25 2002 05:59 pmã> ã> > > Yep, it still doesn't do anything. I can hit U (the key I'm trying to seã> > > a cmdkey) all day long... absolutely nothing, no response. And as I saidã> > > before, it is listed in the getcmd list, and there are no errors whenã> > > compiling.ã> > ã> > Then it sounds like CHAT_SEC.BIN isn't being executed at all. Have you triedã> > executing it with the ;EXEC sysop command?ã> ã> Whoa! If I execute it with the SysOp commands (chat_sec.bin), I can run theã> user registry option! Now, why in the world would it do that? I can go to theã> chat menu and all, and get into multinode chat and all that jazz. But the Userã> registry option I've added doesn't work from there. But it DID work when Iã> executed the chat_sec.bin module manually!ããsounds like your shell is running the old internal chat menu, instead ofãexec *chat_secãã-- ã-----------------------------------------------------------------------ã Michael J. Ryan | ICQ: 4935386ã tracker1(at)theroughnecks(dot)net | AIM/AOL: azTracker1ã Roughneck BBS: | Yahoo: azTracker1ã
http://www.theroughnecks.net | MSN: (email address)ã
telnet://theroughnecks.net | Trillian: www.trillian.ccãã---ã þ Synchronet þ s3.bbs.us - Synchronet 3 Interface Designsã
-
From
Digital Man@VERT to
MysticOne on Tue Nov 26 11:10:13 2002
Re: Chat_sec.srcã By: MysticOne to Digital Man on Tue Nov 26 2002 08:10 amãã > > > Yep, it still doesn't do anything. I can hit U (the key I'm trying toã > > > a cmdkey) all day long... absolutely nothing, no response. And as I sã > > > before, it is listed in the getcmd list, and there are no errors whenã > > > compiling.ã > >ã > > Then it sounds like CHAT_SEC.BIN isn't being executed at all. Have you trã > > executing it with the ;EXEC sysop command?ã ã > Whoa! If I execute it with the SysOp commands (chat_sec.bin), I can run theã > user registry option! Now, why in the world would it do that? I can go to ã > chat menu and all, and get into multinode chat and all that jazz. But the Uã > registry option I've added doesn't work from there. But it DID work when Iã > executed the chat_sec.bin module manually!ããWhich command shell are you using? It sounds like you're not using the versionãthat came with the v3.10 beta which includes the following change:ãfrom:ã chat_sectionãto:ã exec_bin chat_secãã digital manã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
-
From
MysticOne@VERT/TREALM to
Digital Man on Tue Nov 26 18:28:00 2002
Re: Chat_sec.srcã By: Digital Man to MysticOne on Tue Nov 26 2002 11:10 amãããOkay, now the mystery has been solved. I'm using a modified version of theãRenegade shell (I changed the menus, some of the commands, etc.,) because Iãdidn't really like the all-in-one approach to the classic menus. Well, forãsome reason, the Renegade shell still points to chat_section, rather than theãexec_bin chat_sec that the classic has. So *that* was the problem ... theãcmdkey was going in just fine, but since I couldn't load up that module, itãdidn't ever get a chance to actually do anything with it. :) Thanks for yourãhelp, and everyone else's help too :)ãã -- MysticOneãã---ã þ Synchronet þ ~-._.-= The Realm of Dreams =-._.-~ <bbs.mysticone.com>ã