Re: [Coder-Com] Modes for (by example) botservice(s)

2002-08-18 Thread Sir Vulcan
> >On Sun, Aug 18, 2002 at 01:23:51PM +0200, Daniël Boeije wrote: > > Hello, > > > > is there a mode B(Bot) to mark bots in IRCu? > >There should be one, its a good idea. > >This mode should be a user mode that can only >be set with the USER command (to avoid abuse >by tricking newbies into using

Re: [Coder-Com] parv[1] into sptr

2002-07-18 Thread Sir Vulcan
> > > is there anyway i can put the value of parv[1] into sptr. parv[1] in >this > > case contains a nickname. ive tried: > > > > sptr = parv[1]; > > > > but ircu segfaults when it gets to processing it, i also get a warning >when > > i compile. (my c knowledge isnt 2 good) > >Of course it won'

[Coder-Com] parv[1] into sptr

2002-07-18 Thread Sir Vulcan
is there anyway i can put the value of parv[1] into sptr. parv[1] in this case contains a nickname. ive tried: sptr = parv[1]; but ircu segfaults when it gets to processing it, i also get a warning when i compile. (my c knowledge isnt 2 good) __

Re: [Coder-Com] gnuworld problem

2002-07-12 Thread Sir Vulcan
ok sorry got mixed up before and ran an extra update script (update.delete). i removed and recreated the databases with my db backup's and inserted the ccontrol update.. now i get [IN]: ABAAX P [EMAIL PROTECTED] :login sirvulcan X cmaster::getUserRecord> Cache hit for sirvulcan [OUT]: AzAAA

Re: RE : [Coder-Com] gnuworld problem

2002-07-12 Thread Sir Vulcan
i can insert it because * already exists cservice=# SELECT id,name FROM CHANNELS; id |name + 1 | * 2 | #coder-com (2 rows) >From: Mathieu René <[EMAIL PROTECTED]> >To: 'Sir Vulcan' <[EMAIL PROTECTED]>, [EMAIL PROTECTED] >Subject: RE : [Co

Re: [Coder-Com] gnuworld problem

2002-07-12 Thread Sir Vulcan
ok your not going to be very happy at me for this 3rd email lol i through id see wat happens with fresh databases and i get the first problem i had (in the first email of this series) sqlUser::loadData> Attempting to load data for user-name: sirvulcan sqlUser::loadData> SELECT id,user_name,pas

[Coder-Com] gnuworld problem

2002-07-12 Thread Sir Vulcan
sqlUser::loadData> Attempting to load data for user-name: sirvulcan sqlUser::loadData> SELECT id,user_name,password,url,language_id,flags,last_updated_by,last_updated,email,maxlogins FROM users WHERE lower(user_name) = 'sirvulcan' cmaster::getUserRecord> There are 1 elements in the cache. sqlU

[Coder-Com] .diff files

2002-05-18 Thread Sir Vulcan
i hope this comes out in plain text, sorry if it doesnt how do i generate a .diff file from the ircu 2.10.11 source i have modified, so that i can have a seperate patch file for patching into furture releases/patch levels etc _ Jo

[Coder-Com] gnuworld

2002-02-23 Thread Sir Vulcan
ive followed all of the instructions step by step off the gnuworld-setup page on your site, even installing postgresql (latest ver) from scratch. But when E (ccservice) comes up on my server it says it cant find the user admin. Without this im stuck i cant do anything I even dropped all the da